Tests pending pull requests

Build: #4762 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Test results

  • 4,072 tests in total
  • 2 tests failed
  • 1 failure is new
  • 1 test was fixed
  • 3 minutes taken in total.

Build 4,762 has the following 2 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed phpbb_boolean_processor_test test_double_and_with_not_of_or History
< 1 sec
phpbb_boolean_processor_test::test_double_and_with_not_of_or
'SELECT u.user_id FROM phpbb_users u CROSS JOIN phpbb_user_group ug WHERE  NOT ( ( ug.group_id = 1 
	OR ug.group_id = 2) )  
	AND u.user_id = ug.user_id
 ORDER BY u.user_id'   SQLite3Result::__set_state(array(
))
Failed asserting that two arrays are equal.
--- Expected
(7 more lines...)
Existing test failures 1
Status Test Failing since Duration
phpbb_boolean_processor_test::test_triple_and_with_in
SQLite3Result::__set_state(array(
))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
(9 more lines...)