Skip to content

Instantly share code, notes, and snippets.

@TimoBakx
Last active March 22, 2019 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimoBakx/aee8fb666c48b6cdf56ff168b8d0b9d9 to your computer and use it in GitHub Desktop.
Save TimoBakx/aee8fb666c48b6cdf56ff168b8d0b9d9 to your computer and use it in GitHub Desktop.
Roave no-leak output
$ vendor/bin/roave-no-leaks
PHPUnit 8.0.4 by Sebastian Bergmann and contributors.
Testing
............................................................. 61 / 3742 ( 1%)
...........................................................S. 122 / 3742 ( 3%)
............................................................. 183 / 3742 ( 4%)
..S.....S.............................................S...... 244 / 3742 ( 6%)
............................................................. 305 / 3742 ( 8%)
............................................S.......S........ 366 / 3742 ( 9%)
....................................................S........ 427 / 3742 ( 11%)
............................................................. 488 / 3742 ( 13%)
..........................S..............................S... 549 / 3742 ( 14%)
..................................S.......................... 610 / 3742 ( 16%)
..........................S..........................S....... 671 / 3742 ( 17%)
............................................................. 732 / 3742 ( 19%)
............................SS............................... 793 / 3742 ( 21%)
...................SS........................................ 854 / 3742 ( 22%)
...............................................S............. 915 / 3742 ( 24%)
.................................................SS.......... 976 / 3742 ( 26%)
......SS..................................................... 1037 / 3742 ( 27%)
............................................................. 1098 / 3742 ( 29%)
............................................................. 1159 / 3742 ( 30%)
......................................SS..................... 1220 / 3742 ( 32%)
................SS.............................SS............ 1281 / 3742 ( 34%)
.....................S.....S..S.............................. 1342 / 3742 ( 35%)
..........................................................SS. 1403 / 3742 ( 37%)
............................................................. 1464 / 3742 ( 39%)
............................................................. 1525 / 3742 ( 40%)
............................................................. 1586 / 3742 ( 42%)
............................................................. 1647 / 3742 ( 44%)
....S........................................................ 1708 / 3742 ( 45%)
..........S.......S.......................................... 1769 / 3742 ( 47%)
.....S....................................................... 1830 / 3742 ( 48%)
............................................................. 1891 / 3742 ( 50%)
......S.........S............................................ 1952 / 3742 ( 52%)
........................S.................................... 2013 / 3742 ( 53%)
............................................................. 2074 / 3742 ( 55%)
S..................................S......................... 2135 / 3742 ( 57%)
................S............................................ 2196 / 3742 ( 58%)
.....................S............................S.......... 2257 / 3742 ( 60%)
............................................................. 2318 / 3742 ( 61%)
..............................................SS............. 2379 / 3742 ( 63%)
..........................................SS................. 2440 / 3742 ( 65%)
............................................................. 2501 / 3742 ( 66%)
..........................S.................................. 2562 / 3742 ( 68%)
...........................................SS................ 2623 / 3742 ( 70%)
.......SS.................................................... 2684 / 3742 ( 71%)
............................................................. 2745 / 3742 ( 73%)
............................................................. 2806 / 3742 ( 74%)
............................................................. 2867 / 3742 ( 76%)
...........................SS................................ 2928 / 3742 ( 78%)
.........SS...............................SS................. 2989 / 3742 ( 79%)
.........................S.......S...S....................... 3050 / 3742 ( 81%)
............................................................. 3111 / 3742 ( 83%)
.........................SS.................................. 3172 / 3742 ( 84%)
............................................................. 3233 / 3742 ( 86%)
............................................................. 3294 / 3742 ( 88%)
............................................................. 3355 / 3742 ( 89%)
............................................................. 3416 / 3742 ( 91%)
.........................S................................... 3477 / 3742 ( 92%)
.................................S.........S................. 3538 / 3742 ( 94%)
................................S............................ 3599 / 3742 ( 96%)
............................................................. 3660 / 3742 ( 97%)
............................................S...........S.... 3721 / 3742 ( 99%)
..................... 3742 / 3742 (100%)........................................ 3782 / 3742 (101%)
...........S................................................. 3843 / 3742 (102%)
..................................................S.......... 3904 / 3742 (104%)
............................S................................ 3965 / 3742 (105%)
.............S............................................... 4026 / 3742 (107%)
...............................S............................. 4087 / 3742 (109%)
.S........................................................... 4148 / 3742 (110%)
............................................................. 4209 / 3742 (112%)
..................SS......................................... 4270 / 3742 (114%)
...................SS........................................ 4331 / 3742 (115%)
............................................................. 4392 / 3742 (117%)
....................S........................................ 4453 / 3742 (119%)
....................................................SS....... 4514 / 3742 (120%)
.......................SS.................................... 4575 / 3742 (122%)
............................................................. 4636 / 3742 (123%)
............................................................. 4697 / 3742 (125%)
............................................................. 4758 / 3742 (127%)
............................................................. 4819 / 3742 (128%)
...............................SS............................ 4880 / 3742 (130%)
.................SS.................................SS....... 4941 / 3742 (132%)
............................................S.........S....S. 5002 / 3742 (133%)
............................................................. 5063 / 3742 (135%)
............................................................. 5124 / 3742 (136%)
.......SS.................................................... 5185 / 3742 (138%)
............................................................. 5246 / 3742 (140%)
..................................................PHP Fatal error: Uncaught Exception: The following test produced memory leaks:
* App\Api\CreatedEntity\CreatedEntityListenerTest::testGetSubscribedEvents
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTask
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get CreatedEntity" ('GET', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Put CreatedEntity" ('PUT', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get other entity" ('GET', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Post other entity" ('POST', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #0 ('App\Api\TestRequiredParameterMissing', 400)
* App\Api\Kernel in /Users/timobakx/workspace/visser/vendor/roave/no-leaks/src/CollectTestExecutionMemoryFootprints.php on line 102
Fatal error: Uncaught Exception: The following test produced memory leaks:
* App\Api\CreatedEntity\CreatedEntityListenerTest::testGetSubscribedEvents
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTask
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get CreatedEntity" ('GET', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Put CreatedEntity" ('PUT', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get other entity" ('GET', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Post other entity" ('POST', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #0 ('App\Api\TestRequiredParameterMissing', 400)
* App\Api\Kernel in /Users/timobakx/workspace/visser/vendor/roave/no-leaks/src/CollectTestExecutionMemoryFootprints.php on line 102
Exception: The following test produced memory leaks:
* App\Api\CreatedEntity\CreatedEntityListenerTest::testGetSubscribedEvents
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTask
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get CreatedEntity" ('GET', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Put CreatedEntity" ('PUT', 'App\Api\CreatedEntity\CreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Get other entity" ('GET', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\CreatedEntity\CreatedEntityListenerTest::testOnCreateTaskIgnoresOtherCalls with data set "Post other entity" ('POST', 'App\Api\CreatedEntity\NotCreatedEntity')
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #0 ('App\Api\TestRequiredParameterMissing', 400)
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #1 ('App\Api\TestInvalidParameter', 400)
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #2 ('App\Api\TestAuthorizationFault', 403)
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #3 ('App\Api\TestNotFound', 404)
* App\Api\KernelExceptionSubscriberTest::testProcessException with data set #4 ('App\Api\TestNotAllowed', 403)
* App\Api\KernelExceptionSubscriberTest::testProcessExceptionIgnoresOtherExceptions
.... more output here ....
in /Users/timobakx/workspace/visser/vendor/roave/no-leaks/src/CollectTestExecutionMemoryFootprints.php on line 102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment