Tests pending pull requests

Build: #7827 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Job result summary

Completed
Duration
6 minutes
Flags
Custom build
Agent
Default Agent
Revision
93621aa1844ab48d9bae068d9872d2c49ae86de4 93621aa1844ab48d9bae068d9872d2c49ae86de4
Total tests
6824
Failing since
#7826 (Manual run by Build Robot)
Fixed in
#7828 (Manual run by Build Robot)

Tests

  • 6,824 tests in total
  • 24 tests failed
  • 12 tests were fixed
  • 3 minutes taken in total.
Existing test failures 24
Status Test Failing since Duration
phpbb_event_php_exporter_test::test_crawl_php_file_throws with data set #0 ('missing_var.test', null)
Failed asserting that exception message is empty but is 'Should use multiple lines for $vars definition for event 'core.trigger' in file 'missing_var.test:16''.

phpbb_event_php_exporter_test::test_crawl_php_file_throws with data set #1 ('duplicate_event.test', 10)
Failed asserting that exception message is empty but is 'The event 'duplicate.trigger' from file 'duplicate_event.test:15' already exists in file 'duplicate_event.test''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #0 (array('$vars = array();', '$phpbb_dispatcher->dispatch('test');'), 1, 1)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':1''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #1 (array('/**', '* @changed 3.1.0-a1', '* @changed 3.1.0-a2', '* @changed 3.1.0-a3', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #2 (array('/**', '*', '* @since 3.1.0-a2', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #3 (array('/**', '* ', '* @event', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #0 (array('/**', '* @since 3.1.0-a1', '*/', '/**', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 1)
Failed asserting that exception message is empty but is 'Can not find '@since' information for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #1 (array('/**', '* @changed 3.1.0-a1', '* @changed 3.1.0-a2', '* @changed 3.1.0-a3', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 2)
Failed asserting that exception message is empty but is 'Can not find '@since' information for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #2 (array('/**', '* @since 3.1.0-a2', '* @var', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 3)
Failed asserting that exception message is empty but is 'Found '@var' information after '@since' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #3 (array('/**', '* @since 3.1.0-a2', '* @event', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 3)
Failed asserting that exception message is empty but is 'Found '@event' information after '@since' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #0 (array('/**', '*/', '$phpbb_dispatcher->trigger_ev...ars));'), 2, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':2''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #1 (array('/**', '*/', '$vars = $bertie;', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #2 (array('/**', '*/', '$vars = array('$bertie');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #3 (array('/**', '*/', '$vars = array();', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #4 (array('/**', '*/', '$vars = array('t1', 't2', 't3...'t7');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 2)
Failed asserting that exception message is empty but is 'Should use multiple lines for $vars definition for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #5 (array('/**', '*/', '$vars = array('test2', '');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var '' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #6 (array('/**', '*/', '$vars = array('bertie'');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var 'bertie'' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #7 (array('/**', '*/', '$vars = array('bertie','basic...lid');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var 'bertie','basically_valid' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #0 (array('$vars = array();', '$phpbb_dispatcher->dispatch('test');'), 1, 2)
Failed asserting that exception message is empty but is 'Can not find end of docblock for event '' in file ':1''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #1 (array('/**', '* @var	int	name1', '* @var	array	name2	Description test', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 1)
Failed asserting that exception message is empty but is 'Found invalid line '* @var	int	name1' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #2 (array('/**', '*/', '$phpbb_dispatcher->dispatch('test');'), 2, 3)
Failed asserting that exception message is empty but is 'Can not find @var lines for event '' in file ':2''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #3 (array('/**', '* @var	int	name1	Description', '* @var	array	$name2	Description', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 4)
Failed asserting that exception message is empty but is 'Found invalid @var '$name2' in docblock for event '' in file ':4''.

phpbb_event_php_exporter_test::test_validate_event_throws with data set #0 ('test.event', '* @event test.event bertie is cool', 2)
Failed asserting that exception message is empty but is 'Event name does not match '@event' tag for event '' in file ':0''.

phpbb_event_php_exporter_test::test_validate_event_throws with data set #1 ('test.event', 'bertie* @event test.event', 2)
Failed asserting that exception message is empty but is 'Event name does not match '@event' tag for event '' in file ':0''.

Fixed tests 12
Status Test Failing since Duration
Successful phpbb_config_test test_offset_unset_fails History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_dbal_db_tools_test::test_created_column test_create_index_with_long_name History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_deactivated_super_global_test test_write_triggers_error History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_request_test test_disable_post_super_global History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #0 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #1 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #2 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #28 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #29 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #3 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #30 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #5 History
Failing since build #7826 (Manual run by Build Robot) < 1 sec

Error summary

The build generated some errors. See the full build log for more details.

From https://github.com/phpbb/phpbb
* branch            refs/pull/4966/head -> FETCH_HEAD
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   275  100    93  100   182    213    418 --:--:-- --:--:-- --:--:--   419
From https://github.com/phpbb/phpbb
* branch            refs/pull/4966/merge -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 7c3ea90... Merge 6ad1188b65180fa0b7701e7d36c8b1ac71fa4542 into 7560ffcbe96d879aa01f35bd108a2b0cb62c8288
From https://github.com/phpbb/phpbb
* branch            refs/pull/4966/head -> FETCH_HEAD
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   267  100    93  100   174    334    625 --:--:-- --:--:-- --:--:--   623