Skip to content

Pay attention to config in job #160

Pay attention to config in job

Pay attention to config in job #160

Triggered via pull request July 5, 2023 13:05
Status Failure
Total duration 2m 20s
Artifacts 1

trigger_pr_flow.yml

on: pull_request
Matrix: 🔎 Run the test suite / phpunit-tests
Matrix: 🔎 Analyse the code for errors / 🔎 Analyse the code for errors
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 24 warnings
🔎 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.
🔎 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.
/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 (9992e840-24be-474d-a992-1feb48cea49c, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562407, ?, ?))
/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 (9992e840-58ca-44f3-addd-ef77a13aff33, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562408, ?, ?))
/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 (9992e840-8a30-4ca2-899f-0ecfe13b9ecb, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562408, ?, ?))
/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 (9992e840-bb33-4626-bb53-ed70a1f7bc37, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562408, ?, ?))
/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 (9992e840-ec15-457e-bc05-3952baf3951e, 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";}, 1688562408, ?, ?))
/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 (9992e841-1e8d-473b-a2de-50dd40a1f42a, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562408, ?, ?))
/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 (9992e841-512d-40e1-ac57-01a097ade7f3, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562408, ?, ?))
/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 (9992e845-c667-4c19-8ce5-ee15a0a8b13d, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562411, ?, ?))
/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 (9992e845-ff20-443e-8031-dda47f7a1f95, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562411, ?, ?))
/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 (9992e846-30db-465c-a59c-d702639fc2f5, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562411, ?, ?))
/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 (9992e846-634e-4198-87e6-35a26b13e099, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562412, ?, ?))
/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 (9992e846-9482-4233-b1de-52812566a669, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562412, ?, ?))
/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 (9992e846-c5df-47b7-9fbf-84f8177df975, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562412, ?, ?))
/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 (9992e846-f731-4b62-b099-f3b5af27d1fc, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562412, ?, ?))
/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 (9992e849-e8ca-42c5-98ba-e3f3c0395c6b, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562414, ?, ?))
/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 (9992e84a-800b-44ac-9226-849e0f5d7c79, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562414, ?, ?))
/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 (9992e84a-e312-4bfd-a6c5-85a6698031bb, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562414, ?, ?))
/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 (9992e84b-13f7-4876-8e27-22ad1ead3dce, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562415, ?, ?))
🔎 Run the test suite / PHP 8.2 tests - Laravel 10.*
Process completed with exit code 2.
🔎 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.
/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 (9992e854-1969-46db-8386-26a41f0549f0, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562421, ?, ?))
/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 (9992e854-6876-46f4-82c8-684e2cf6b187, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562421, ?, ?))
/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 (9992e854-c1ae-4d3e-8116-63a377cf1a59, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562421, ?, ?))
/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 (9992e855-07d5-4ab3-86b2-033fab30ba47, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562421, ?, ?))
/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 (9992e855-4e73-4abe-a5c7-703aa07fe99e, 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";}, 1688562421, ?, ?))
/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 (9992e855-96ec-42fd-93c5-128f82df6c32, My Batch Name, 0, 0, 0, [], a:2:{s:5:"queue";s:17:"my-database-queue";s:10:"connection";s:8:"database";}, 1688562421, ?, ?))
/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 (9992e855-e152-49d8-9bd7-2c9f094d0d2c, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562422, ?, ?))
/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 (9992e85b-c005-4f1c-a987-535ee26c0095, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562426, ?, ?))
/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 (9992e85c-0957-498f-85a0-479a56de790f, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562426, ?, ?))
/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 (9992e85c-7292-4c2e-8c5d-65e1b59d0fd0, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562426, ?, ?))
/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 (9992e85c-ba12-4bf0-9e28-34f20f2ee611, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562426, ?, ?))
/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 (9992e85d-00dc-407d-83e4-9931ebc01c57, My Batch Name, 0, 0, 0, [], a:2:{s:13:"allowFailures";b:1;s:10:"connection";s:8:"database";}, 1688562426, ?, ?))
/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 (9992e85d-43fb-4545-aa23-d5806c08d4a6, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562427, ?, ?))
/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 (9992e85d-8993-434a-bec4-a7276e8c41e4, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:8:"database";}, 1688562427, ?, ?))
/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 (9992e861-f3ac-4f7c-a6b5-1a8a12c06ef4, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562430, ?, ?))
/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 (9992e862-c215-4229-8864-908bf05d08d7, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562430, ?, ?))
/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 (9992e863-4836-4541-82b3-8f033a0c35d7, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562430, ?, ?))
/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 (9992e863-88c9-417a-8d17-145652a64064, My Batch Name, 0, 0, 0, [], a:1:{s:10:"connection";s:4:"sync";}, 1688562431, ?, ?))
🔎 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.*
The operation was canceled.
🔎 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