Advertisement
stronk7

Untitled

Mar 29th, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. $ vendor/bin/phpunit -c backup/util/dbops --filter test_precheck_user --testdox --coverage-html /tmp/tt
  2. Moodle 3.9dev (Build: 20200327), 72a4e0f082bfa2869fe2b6787e3c86b2000aca30
  3. Php: 7.2.29, pgsql: 9.6.17, OS: Darwin 19.3.0 x86_64
  4. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  5.  
  6. restore_dbops_testcase
  7. ✔ Precheck user with data set "samesite match existing (1A) - shortmail"
  8. ✔ Precheck user with data set "samesite match existing anon (1B) - shortmail"
  9. ✔ Precheck user with data set "samesite match existing deleted in db, alive in backup, by db username (1C) - shortmail"
  10. ✔ Precheck user with data set "samesite match existing deleted in db, alive in backup, by db email (1C) - shortmail"
  11. ✔ Precheck user with data set "samesite match existing alive in db, deleted in backup (1D) - shortmail"
  12. ✔ Precheck user with data set "samesite conflict (1E) - shortmail"
  13. ✔ Precheck user with data set "samesite create user (1F) - shortmail"
  14. ✔ Precheck user with data set "no samesite match existing, by db email (2A1) - shortmail"
  15. ✔ Precheck user with data set "no samesite match existing, by db firstaccess (2A1) - shortmail"
  16. ✔ Precheck user with data set "no samesite match existing anon (2A1 too) - shortmail"
  17. ✔ Precheck user with data set "no samesite match dupe admin (2A2) - shortmail"
  18. ✔ Precheck user with data set "no samesite match existing deleted in db, alive in backup, by db username (2B1) - shortmail"
  19. ✔ Precheck user with data set "no samesite match existing deleted in db, alive in backup, by db firstaccess (2B1) - shortmail"
  20. ✔ Precheck user with data set "no samesite match existing deleted in db, alive in backup (2B2) - shortmail"
  21. ✔ Precheck user with data set "no samesite match existing alive in db, deleted in backup (2C) - shortmail"
  22. ✔ Precheck user with data set "no samesite conflict (2D) - shortmail"
  23. ✔ Precheck user with data set "no samesite create user (2E) - shortmail"
  24. ✔ Precheck user with data set "samesite match existing (1A) - longmail"
  25. ✔ Precheck user with data set "samesite match existing anon (1B) - longmail"
  26. ✘ Precheck user with data set "samesite match existing deleted in db, alive in backup, by db username (1C) - longmail"
  27. │ Failed asserting that true is identical to 'match'.
  28. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  29. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  30. ✔ Precheck user with data set "samesite match existing deleted in db, alive in backup, by db email (1C) - longmail"
  31. ✘ Precheck user with data set "samesite match existing alive in db, deleted in backup (1D) - longmail"
  32. │ Failed asserting that true is identical to 'match'.
  33. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  34. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  35. ✔ Precheck user with data set "samesite conflict (1E) - longmail"
  36. ✔ Precheck user with data set "samesite create user (1F) - longmail"
  37. ✔ Precheck user with data set "no samesite match existing, by db email (2A1) - longmail"
  38. ✔ Precheck user with data set "no samesite match existing, by db firstaccess (2A1) - longmail"
  39. ✔ Precheck user with data set "no samesite match existing anon (2A1 too) - longmail"
  40. ✔ Precheck user with data set "no samesite match dupe admin (2A2) - longmail"
  41. ✘ Precheck user with data set "no samesite match existing deleted in db, alive in backup, by db username (2B1) - longmail"
  42. │ Failed asserting that true is identical to 'match'.
  43. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  44. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  45. ✘ Precheck user with data set "no samesite match existing deleted in db, alive in backup, by db firstaccess (2B1) - longmail"
  46. │ Failed asserting that true is identical to 'match'.
  47. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  48. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  49. ✘ Precheck user with data set "no samesite match existing deleted in db, alive in backup (2B2) - longmail"
  50. │ Failed asserting that true is identical to 'match'.
  51. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  52. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  53. ✘ Precheck user with data set "no samesite match existing alive in db, deleted in backup (2C) - longmail"
  54. │ Failed asserting that true is identical to 'match'.
  55. │ /Users/stronk7/git_moodle/integration/backup/util/dbops/tests/restore_dbops_test.php:348
  56. │ /Users/stronk7/git_moodle/integration/lib/phpunit/classes/advanced_testcase.php:80
  57. ✔ Precheck user with data set "no samesite conflict (2D) - longmail"
  58. ✔ Precheck user with data set "no samesite create user (2E) - longmail"
  59.  
  60. Time: 10.79 seconds, Memory: 94.25 MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement