Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. 1) MongoDB\Tests\Operation\WatchFunctionalTest::testKey
  2. Failed asserting that false is true.
  3.  
  4. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:336
  5.  
  6. 2) MongoDB\Tests\Operation\WatchFunctionalTest::testNonEmptyPipeline
  7. Failed asserting that false is true.
  8.  
  9. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:370
  10.  
  11. 3) MongoDB\Tests\Operation\WatchFunctionalTest::testNextResumeTokenNotFound
  12. Failed asserting that exception of type "MongoDB\Exception\ResumeTokenException" is thrown.
  13.  
  14. 4) MongoDB\Tests\Operation\WatchFunctionalTest::testRewindResumeTokenNotFound
  15. Failed asserting that exception of type "MongoDB\Exception\ResumeTokenException" is thrown.
  16.  
  17. 5) MongoDB\Tests\Operation\WatchFunctionalTest::testNextResumeTokenInvalidType
  18. Failed asserting that exception of type "MongoDB\Exception\ResumeTokenException" is thrown.
  19.  
  20. 6) MongoDB\Tests\Operation\WatchFunctionalTest::testRewindResumeTokenInvalidType
  21. Failed asserting that exception of type "MongoDB\Exception\ResumeTokenException" is thrown.
  22.  
  23. 7) MongoDB\Tests\Operation\WatchFunctionalTest::testMaxAwaitTimeMS
  24. Failed asserting that 0.5010929107666016 is less than 0.45.
  25.  
  26. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:517
  27.  
  28. 8) MongoDB\Tests\Operation\WatchFunctionalTest::testRewindExtractsResumeTokenAndNextResumes
  29. Failed asserting that false is true.
  30.  
  31. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:542
  32.  
  33. 9) MongoDB\Tests\Operation\WatchFunctionalTest::testTypeMapOption with data set #0 (array('array', 'array'), array('insert', array(1, 'foo'), array(1)))
  34. Failed asserting that false is true.
  35.  
  36. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:581
  37.  
  38. 10) MongoDB\Tests\Operation\WatchFunctionalTest::testTypeMapOption with data set #1 (array('object', 'array'), stdClass Object (...))
  39. Failed asserting that false is true.
  40.  
  41. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:581
  42.  
  43. 11) MongoDB\Tests\Operation\WatchFunctionalTest::testTypeMapOption with data set #2 (array('array', 'stdClass'), array('insert', stdClass Object (...), stdClass Object (...)))
  44. Failed asserting that false is true.
  45.  
  46. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:581
  47.  
  48. 12) MongoDB\Tests\Operation\WatchFunctionalTest::testNextAdvancesKey
  49. Failed asserting that null is identical to 0.
  50.  
  51. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:630
  52.  
  53. 13) MongoDB\Tests\Operation\WatchFunctionalTest::testResumeTokenNotFoundAdvancesKey
  54. ResumeTokenException was not thrown
  55.  
  56. /home/derick/dev/php/derickr-mongo-php-library/tests/Operation/WatchFunctionalTest.php:652
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement