Skip to content

Merge pull request #94 from tobytwigger/dont-break-when-disabled #98

Merge pull request #94 from tobytwigger/dont-break-when-disabled

Merge pull request #94 from tobytwigger/dont-break-when-disabled #98

Triggered via push July 5, 2023 13:08
Status Failure
Total duration 3m 13s
Artifacts 1
🔧 Lint the code  /  🔧 Lint the code
1m 15s
🔧 Lint the code / 🔧 Lint the code
Matrix: 🔎 Run the test suite / phpunit-tests
Matrix: 🔎 Analyse the code for errors / 🔎 Analyse the code for errors
🔨 Compile the JS files  /  🔨 Compile the JS files
🔨 Compile the JS files / 🔨 Compile the JS files
Fit to window
Zoom out
Zoom in

Annotations

95 errors and 24 warnings
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L707
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93a-f38c-419d-8496-f54407354cc1, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L835
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93b-2921-4e62-a020-124ea18af5c7, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L978
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93b-5b52-462e-888c-c5ca6e326795, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1112
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93b-8d71-406e-b0bb-05d0d4890d75, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1253
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93b-bfab-4529-a11f-19cc7761d979, My Batch Name, 0, 0, 0, [], a:3:{s:5:"queue";s:17:"my-database-queue";s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1383
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93b-f375-48d1-acad-a02028dfbc55, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562572, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1587
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93c-25b2-4100-8f7f-ec7c053cc575, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562573, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L442
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e940-aeb4-4c18-9a1f-17c5639d056a, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L550
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e940-e3d5-4f45-9739-24a0dc21016d, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L676
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e941-163d-4ef5-8931-0277a822befc, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L793
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e941-47ee-44e8-a0e6-3bc229ad2e01, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L917
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e941-7998-48ee-ab10-b3af829ab896, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1033
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e941-abdf-4ddc-a810-7057a039cc92, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1209
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e941-dddf-40b0-a5e9-dd9f84f736f5, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562576, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L379
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e945-296d-4f49-86d2-c8551afd7699, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L504
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L564
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L617
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e945-c49e-49cb-b37e-b9fae67749dc, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562579, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L758
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_failing_batch_with_allow_failures Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L811
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e946-297f-4102-a476-e74ec5b0bf25, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562579, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L1013
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e946-5c1e-4a1d-a2d8-1bd815d15a07, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562579, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L707
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93d-7ff4-4702-bfe3-cd9f641c3ce8, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562573, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L835
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93d-b518-4b41-8929-23c54c8d3e18, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L978
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93d-e7a6-472f-9238-2f5f14006f64, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1112
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93e-1a71-40c3-9969-ceaada8da29b, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1253
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93e-4d16-4042-9de7-44cda36baf9b, My Batch Name, 0, 0, 0, [], a:3:{s:5:"queue";s:17:"my-database-queue";s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1383
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93e-81ae-493e-a063-527889148cf9, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1587
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e93e-b486-4f18-bb4a-6f33e177a062, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562574, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L442
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e943-5707-4e13-88e6-defeddce0e6e, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562577, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L550
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e943-8d38-4457-8312-dd76c1aa7ed6, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562577, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L676
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e943-c0f7-4b8c-a228-5278c0a0ae13, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L793
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e943-f4a3-4202-8af9-34529de9dd7b, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L917
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e944-286b-436d-a4e0-1979a783f37b, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1033
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e944-5ced-43a1-911f-d2d84698c2af, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1209
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e944-915c-42b3-969e-d6698b142856, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562578, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L379
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e947-aed2-44ff-955f-fd5fa1f6686a, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562580, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L504
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L564
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L617
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e948-4770-4e40-982c-fd53141c48a1, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562581, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L758
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_failing_batch_with_allow_failures Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L811
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e948-abed-4410-9195-e7bb6cfcf2ce, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562581, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L1013
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e948-de89-4ec5-8c07-84aa513cd2a9, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562581, ?, ?))
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.1)
Process completed with exit code 1.
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.1): dashboard/src/pages/RunShowPage.vue#L450
Type boolean trivially inferred from a boolean literal, remove type annotation
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.1)
Process completed with exit code 1.
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.2)
Process completed with exit code 1.
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.2): dashboard/src/pages/RunShowPage.vue#L450
Type boolean trivially inferred from a boolean literal, remove type annotation
🔎 Analyse the code for errors / 🔎 Analyse the code for errors (8.2)
Process completed with exit code 1.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L707
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a5-4a97-4947-b47b-b4747cf0fbf0, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562641, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L835
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a5-7ef7-4549-929b-6ed670166e41, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L978
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a5-b08c-44ab-a85f-1959805c412a, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1112
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a5-e257-46d8-9d82-84f173bde55d, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1253
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a6-1413-4ef8-98fa-25782c3bc71f, My Batch Name, 0, 0, 0, [], a:3:{s:5:"queue";s:17:"my-database-queue";s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1383
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a6-476e-4df7-a574-66eac35f0e94, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1587
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a6-78bf-4265-9160-356b483b8616, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562642, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L442
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9aa-f7f0-43ec-a730-081d306fd9de, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562645, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L550
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ab-2c6f-47d3-915d-829f483b181d, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562645, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L676
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ab-5fca-42df-8abb-7b3a34f0b934, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562645, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L793
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ab-91e4-4389-9149-fb7ecbd6c4d7, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562646, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L917
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ab-c3ea-4e60-a806-da6321743821, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562646, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1033
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ab-f6b2-4cfc-a7d6-fd9034107921, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562646, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1209
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ac-28dd-4fc8-8bad-994c73e88041, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562646, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L379
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9af-5885-46e6-bbda-0c06efd56311, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562648, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L504
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L564
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L617
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9af-f1b9-4ada-ad47-30c66935332d, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562648, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L758
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_failing_batch_with_allow_failures Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L811
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b0-56f3-443f-8677-57ac5193d411, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562649, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L1013
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b0-8935-472f-bcc5-b61424b5ed7c, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562649, ?, ?))
🔎 Run the test suite / PHP 8.2 tests - Laravel 10.*
Process completed with exit code 2.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L707
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a7-5101-4df0-922d-c05e032e670e, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562643, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L835
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a7-8a01-4a69-83ac-6b85ed9df6b6, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562643, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L978
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a7-bff7-43e9-8f97-d29587009c0c, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562643, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1112
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a7-f5d4-4cac-bd8a-952118e9d521, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562643, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1253
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a8-2c8b-404e-9d95-04f659c592cd, My Batch Name, 0, 0, 0, [], a:3:{s:5:"queue";s:17:"my-database-queue";s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562643, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1383
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a8-6729-40c0-8712-e599d2beed7b, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562644, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueTest.php#L1587
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9a8-9e6e-4e78-9900-80f79c1a0dc9, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562644, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L442
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ad-84db-4c0f-ad9f-ca02acfe9fff, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562647, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L550
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ad-be56-4aba-b964-a1622e552c69, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562647, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L676
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ad-f463-49a9-8b30-86236e7dfc1a, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562647, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L793
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ae-29dc-4854-a176-1af768faecf6, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562647, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L917
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_a_failing_batch_with_allow_failures Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ae-5ede-467c-9bf6-05afa35c94b0, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562647, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1033
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ae-94df-4888-bb26-803a8d5785e1, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562648, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/DatabaseQueueWithoutTrackableTest.php#L1209
JobStatus\Tests\Feature\Listeners\Workflow\DatabaseQueueWithoutTrackableTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9ae-cacf-4174-af96-f605467fb943, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562648, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_full_run_with_batches: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L379
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_full_run_with_batches Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b2-3bdb-4030-94f3-87d568d1818f, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562650, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L504
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L564
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_failing_if_future_jobs_dont_check_batch_cancelled_status Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_batch_with_first_job_cancelled: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L617
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_batch_with_first_job_cancelled Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b2-df12-4927-96e0-a146fcfe9e7d, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562650, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_a_failing_batch_with_allow_failures: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L758
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_a_failing_batch_with_allow_failures Failed asserting that two strings are equal.
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_adding_a_job_from_inside_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L811
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_adding_a_job_from_inside_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b3-4b3d-4965-a17b-85fd2ecc5058, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562651, ?, ?))
/home/runner/work/laravel-job-status/laravel-job-status/tests/Feature/Listeners/Workflow/SyncQueueTest.php.it_handles_chained_jobs_within_a_batch: tests/Feature/Listeners/Workflow/SyncQueueTest.php#L1013
JobStatus\Tests\Feature\Listeners\Workflow\SyncQueueTest::it_handles_chained_jobs_within_a_batch Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1 no such table: job_batches (Connection: sqlite, SQL: insert into "job_batches" ("id", "name", "total_jobs", "pending_jobs", "failed_jobs", "failed_job_ids", "options", "created_at", "cancelled_at", "finished_at") values (9992e9b3-8081-4a27-bbd3-680ba28c4c76, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562651, ?, ?))
🔎 Run the test suite / PHP 8.2 tests - Laravel 9.*
The job was canceled because "_8_2_10__" failed.
🔎 Run the test suite / PHP 8.2 tests - Laravel 9.*
The operation was canceled.
🔎 Run the test suite / PHP 8.1 tests - Laravel 10.*
The job was canceled because "_8_2_10__" failed.
🔎 Run the test suite / PHP 8.1 tests - Laravel 10.*
Process completed with exit code 2.
🔎 Run the test suite / PHP 8.1 tests - Laravel 9.*
No files were found with the provided path: ci/phpunit/summary.md. No artifacts will be uploaded.
🔎 Run the test suite / PHP 8.2 tests - Laravel 10.*
No files were found with the provided path: ci/phpunit/summary.md. No artifacts will be uploaded.
🔎 Run the test suite / PHP 8.2 tests - Laravel 9.*
No files were found with the provided path: ci/phpunit/summary.md. No artifacts will be uploaded.
🔎 Run the test suite / PHP 8.1 tests - Laravel 10.*
No files were found with the provided path: ci/phpunit/summary.md. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
test-coverage Expired
8.21 MB