Tests pending pull requests

Build: #7377 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

submit post with data set #0: Test case result

The below summarizes the result of the test " submit post with data set #0" in build 7,377 of phpBB3 - Pull Requests - Build and Test Job. View test case history
Description
submit post with data set #0
Test class
phpbb_notification_submit_post_type_bookmark_test::test_submit_post
Method
test_submit_post with data set #0
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

phpbb_notification_submit_post_type_bookmark_test::test_submit_post with data set #0 (array(), array(array(5, 1, 1)), array(array(3, 2, 1), array(5, 1, 1), array(7, 2, 1)))
PHPUnit_Extensions_Database_Operation_Exception: COMPOSITE[INSERT] operation failed on query: 
                INSERT INTO "phpbb_notification_types"
                ("notification_type_id", "notification_type_name", "notification_type_enabled")
                VALUES
                (?, ?, ?)
             using args: Array
(
    [0] => 1
    [1] => notification.type.mention
    [2] => 1
)
 [SQLSTATE[23000]: Integrity constraint violation: 19 UNIQUE constraint failed: phpbb_notification_types.notification_type_id]

/data/tests/test_framework/phpbb_database_test_case.php:118
/data/tests/notification/submit_post_base.php:52
/data/tests/notification/submit_post_type_bookmark_test.php:22