Tests pending pull requests

Build: #10247 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

session gc: Test case result

The below summarizes the result of the test " session gc" in build 10,247 of phpBB3 - Pull Requests - Build and Test Job. View test case history
Description
session gc
Test class
phpbb_session_garbage_collection_test
Method
test_session_gc
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

phpbb_session_garbage_collection_test::test_session_gc
Before test, users session data is not updated yet.
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
     0 => Array (
         'username_clean' => 'bar'
         'user_lastvisit' => 1400000000
-        'user_last_active' => 1300000999
         'user_lastpage' => 'oldpage_user_bar.php'
     )
     1 => Array (
         'username_clean' => 'foo'
         'user_lastvisit' => 1400000000
-        'user_last_active' => 1300000998
         'user_lastpage' => 'oldpage_user_foo.php'
     )
 )

/data/tests/test_framework/phpbb_database_test_case.php:308
/data/tests/test_framework/phpbb_session_test_case.php:57
/data/tests/session/garbage_collection_test.php:78
phpvfscomposer:///data/phpBB/vendor/phpunit/phpunit/phpunit:60