Page MenuHomePhabricator
Paste P40153

(An Untitled Masterwork)
ActivePublic

Authored by Deniz_WMDE on Nov 18 2022, 4:10 PM.
Tags
None
Referenced Files
F35795070: raw-paste-data.txt
Nov 18 2022, 4:10 PM
Subscribers
None
$ make test-fresh
docker-compose exec api bash -c 'php artisan migrate:fresh && php artisan passport:install && php artisan key:generate'
Dropped all tables successfully.
Migration table created successfully.
Migrating: 2016_06_01_000001_create_oauth_auth_codes_table
Migrated: 2016_06_01_000001_create_oauth_auth_codes_table (42.24ms)
Migrating: 2016_06_01_000002_create_oauth_access_tokens_table
Migrated: 2016_06_01_000002_create_oauth_access_tokens_table (42.91ms)
Migrating: 2016_06_01_000003_create_oauth_refresh_tokens_table
Migrated: 2016_06_01_000003_create_oauth_refresh_tokens_table (54.26ms)
Migrating: 2016_06_01_000004_create_oauth_clients_table
Migrated: 2016_06_01_000004_create_oauth_clients_table (23.31ms)
Migrating: 2016_06_01_000005_create_oauth_personal_access_clients_table
Migrated: 2016_06_01_000005_create_oauth_personal_access_clients_table (13.08ms)
Migrating: 2018_11_17_124956_create_users_table
Migrated: 2018_11_17_124956_create_users_table (23.72ms)
Migrating: 2018_11_17_133622_create_wiki_dbs_table
Migrated: 2018_11_17_133622_create_wiki_dbs_table (45.59ms)
Migrating: 2018_11_17_133627_create_wikis_table
Migrated: 2018_11_17_133627_create_wikis_table (23.88ms)
Migrating: 2019_08_14_111000_create_invitations_table
Migrated: 2019_08_14_111000_create_invitations_table (23.38ms)
Migrating: 2019_08_14_155900_create_wiki_managers_table
Migrated: 2019_08_14_155900_create_wiki_managers_table (23.05ms)
Migrating: 2019_08_19_225500_create_user_verification_tokens_table
Migrated: 2019_08_19_225500_create_user_verification_tokens_table (23.01ms)
Migrating: 2019_08_31_163057_create_failed_jobs_table
Migrated: 2019_08_31_163057_create_failed_jobs_table (12.81ms)
Migrating: 2019_09_02_000000_create_wiki_domains_table
Migrated: 2019_09_02_000000_create_wiki_domains_table (23.41ms)
Migrating: 2019_10_18_170700_create_queryservice_namespaces_table
Migrated: 2019_10_18_170700_create_queryservice_namespaces_table (34.57ms)
Migrating: 2019_10_19_164400_create_wiki_settings_table
Migrated: 2019_10_19_164400_create_wiki_settings_table (34.87ms)
Migrating: 2019_10_20_004100_create_event_page_updates_table
Migrated: 2019_10_20_004100_create_event_page_updates_table (12.87ms)
Migrating: 2019_10_20_101600_create_qs_batches_table
Migrated: 2019_10_20_101600_create_qs_batches_table (23.57ms)
Migrating: 2020_04_06_173300_create_password_resets_table
Migrated: 2020_04_06_173300_create_password_resets_table (32.22ms)
Migrating: 2020_12_08_192540_drop_interests_table
Migrated: 2020_12_08_192540_drop_interests_table (1.34ms)
Migrating: 2021_03_23_134722_modify_wiki_settings_value_length
Migrated: 2021_03_23_134722_modify_wiki_settings_value_length (51.72ms)
Migrating: 2021_03_27_134722_modify_oauth_clients_secret_nullable
Migrated: 2021_03_27_134722_modify_oauth_clients_secret_nullable (10.74ms)
Migrating: 2021_03_27_194100_modify_oauth_clients_provider
Migrated: 2021_03_27_194100_modify_oauth_clients_provider (1.07ms)
Encryption keys already exist. Use the --force option to overwrite them.
Personal access client created successfully.
Client ID: 1
Client secret: xIEyn8Jv76qYFetscaEDDx77nnlk5uVxBNYFGHzE
Password grant client created successfully.
Client ID: 2
Client secret: WaAAnKZfsV6CJLeZTejydZ8FeW03LtRXWukOOLzI
Application key set successfully.
docker-compose exec api vendor/bin/phpunit
PHPUnit 9.5.20 #StandWithUkraine
..........................E....EFEEE....SS........E............ 63 / 121 ( 52%)
.........S................................................ 121 / 121 (100%)
Time: 00:45.400, Memory: 58.50 MB
There were 6 errors:
1) Tests\Jobs\DeleteWikiDispatcherJobTest::testActuallyRunningJobsThatDelete
PDOException: There is no active transaction
/var/www/html/app/Jobs/DeleteWikiDbJob.php:121
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php:40
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:653
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:128
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:132
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:120
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:122
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:70
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:98
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php:43
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:253
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:229
/var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:77
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingChain.php:163
/var/www/html/app/Jobs/DeleteWikiDispatcherJob.php:77
/var/www/html/tests/Jobs/DeleteWikiDispatcherJobTest.php:166
2) Tests\Jobs\DeleteWikiJobTest::testDispatching
PDOException: There is no active transaction
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:254
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php:31
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:246
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:158
3) Tests\Jobs\DeleteWikiJobTest::testFailure with data set #0 (-1, null, 'Wiki not found for <WIKI_ID>')
PDOException: There is no active transaction
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:254
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php:31
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:246
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:158
4) Tests\Jobs\DeleteWikiJobTest::testFailure with data set #1 (1, null, 'Wiki <WIKI_ID> is not marked ...etion.')
PDOException: There is no active transaction
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:254
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php:31
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:246
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:158
5) Tests\Jobs\DeleteWikiJobTest::testFailure with data set #2 (1, 1666194697, 'WikiDb not found for <WIKI_ID>')
PDOException: There is no active transaction
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:254
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php:31
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:246
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:158
6) Tests\Jobs\PlatformStatsSummaryJobTest::testGroupings
PDOException: There is no active transaction
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:279
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:254
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php:31
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:246
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:158
/var/www/html/tests/Jobs/PlatformStatsSummaryJobTest.php:41
--
There was 1 failure:
1) Tests\Jobs\DeleteWikiJobTest::testDeletesWiki
Illuminate\Contracts\Queue\Job::fail(RuntimeException Object (...)) was not expected to be called.
/var/www/html/vendor/laravel/framework/src/Illuminate/Queue/InteractsWithQueue.php:47
/var/www/html/app/Jobs/DeleteWikiDbJob.php:124
/var/www/html/tests/Jobs/DeleteWikiJobTest.php:121
ERRORS!
Tests: 121, Assertions: 315, Errors: 6, Failures: 1, Skipped: 3.
make: *** [Makefile:6: test] Error 2