yii2-queue icon indicating copy to clipboard operation
yii2-queue copied to clipboard

Fix build

Open samdark opened this issue 4 years ago • 7 comments

Currently it fails GitHub actions. Need to fix that.

samdark avatar May 05 '21 22:05 samdark

Partially fixed but still won't mind help with the rest of failure cases.

samdark avatar Sep 28 '21 06:09 samdark

https://github.com/yiisoft/yii2-queue/runs/3983065809?check_suite_focus=true#step:3:2627 seems signals test is unstable.

samdark avatar Oct 23 '21 08:10 samdark

@samdark Есть предположение что как-то влияет сам GitHub Action. Я не могу это воспроизвести локально. Например вот: https://github.com/yiisoft/yii2-queue/actions/runs/1466561468 Я добавил, сегодня, еще запуск для 7.4 и все тесты прошли.

А вот вчерашний запуск: https://github.com/yiisoft/yii2-queue/actions/runs/1463867740 Поправил сборку для 5.6 и 7.0. Не прошел тест на 7.0

s1lver avatar Nov 16 '21 11:11 s1lver

Не понятный рандом. Тут https://github.com/yiisoft/yii2-queue/runs/4237316891?check_suite_focus=true падает 74 с ошибкой

  1. tests\drivers\gearman\QueueTest::testRun Failed asserting that file "/code/tests/runtime/job-6194e73c976d4.lock" exists.

остальное отрабатывает нормально.

Тут https://github.com/yiisoft/yii2-queue/runs/4237403513?check_suite_focus=true падает 70 с ошибкой

  1. tests\drivers\amqp_interop\QueueTest::testSignals Failed asserting that 1 matches expected 130.

Есть возможность вручную перезапустить эти проверки?

s1lver avatar Nov 17 '21 11:11 s1lver

Restarted 2 latest runs.

samdark avatar Nov 19 '21 21:11 samdark

Seems fails are totally random :(

1) tests\drivers\amqp_interop\QueueTest::testSignals
Failed asserting that 1 matches expected 129.

1 is SIGHUP. No idea why it happens.

samdark avatar Nov 19 '21 22:11 samdark

All checks passed https://github.com/yiisoft/yii2-queue/actions/runs/1484549384
I fixed some warnings when building

s1lver avatar Nov 20 '21 13:11 s1lver