Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

CI failure on multiple tests #271

Closed atoomic closed 1 year ago

atoomic commented 1 year ago

The basic run on stock ubuntu passes like a charm, but the other runs fail with

yath-runner /__w/Test2-Harness/Test2-Harness/t/integration/reload_syntax_error.t did not respond to SIGTERM, sending SIGKILL

It looks like to always be the same test failing... need to understand why, it s probably skipped by the simple run

2023-06-15T01:30:47.3532001Z ##[group]Run make test
2023-06-15T01:30:47.3532591Z make test
2023-06-15T01:30:47.3532970Z shell: sh -e {0}
2023-06-15T01:30:47.3533264Z env:
2023-06-15T01:30:47.3533517Z   PERL_USE_UNSAFE_INC: 0
2023-06-15T01:30:47.3533904Z   AUTHOR_TESTING: 1
2023-06-15T01:30:47.3534246Z   AUTOMATED_TESTING: 1
2023-06-15T01:30:47.3534511Z   RELEASE_TESTING: 1
2023-06-15T01:30:47.3534868Z   PERL_CARTON_PATH: $GITHUB_WORKSPACE/local
2023-06-15T01:30:47.3535223Z ##[endgroup]
2023-06-15T01:30:47.4830313Z PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
2023-06-15T01:30:47.5367858Z 1..2
2023-06-15T01:31:22.5906599Z ( PASSED )  job  1    t/integration/failure_cases.t
2023-06-15T01:31:35.6333365Z ( PASSED )  job  2    t/integration/retry.t
2023-06-15T01:31:36.0021247Z ( PASSED )  job  3    t/0-load_all.t
2023-06-15T01:31:36.2521303Z ( PASSED )  job  4    t/1-pod_name.t
2023-06-15T01:31:36.3638342Z ( PASSED )  job  5    t/HashBase.t
2023-06-15T01:31:49.7426687Z ( PASSED )  job  6    t/integration/concurrency.t
2023-06-15T01:31:49.8658940Z ( SKIPPED)  job  7    t/integration/coverage.t  -  Module 'Test2::Plugin::Cover' is not installed
2023-06-15T01:31:49.9683024Z ( SKIPPED)  job  8    t/integration/coverage2.t  -  Module 'Test2::Plugin::Cover' is not installed
2023-06-15T01:31:50.0907066Z ( SKIPPED)  job  9    t/integration/coverage3.t  -  Module 'Test2::Plugin::Cover' is not installed
2023-06-15T01:31:50.2132863Z ( SKIPPED)  job 10    t/integration/coverage4.t  -  Module 'Test2::Plugin::Cover' is not installed
2023-06-15T01:31:52.5288963Z ( PASSED )  job 11    t/integration/encoding.t
2023-06-15T01:31:54.4848790Z ( PASSED )  job 12    t/integration/failed.t
2023-06-15T01:31:55.9116807Z ( PASSED )  job 13    t/integration/help.t
2023-06-15T01:32:02.7784480Z ( PASSED )  job 14    t/integration/includes.t
2023-06-15T01:32:03.2263144Z ( PASSED )  job 15    t/integration/init.t
2023-06-15T01:32:04.4656075Z ( PASSED )  job 16    t/integration/log_dir.t
2023-06-15T01:32:04.5881624Z ( SKIPPED)  job 17    t/integration/persist.t  -  This test is not run under automated testing
2023-06-15T01:32:06.8210502Z ( PASSED )  job 18    t/integration/plugin.t
2023-06-15T01:32:12.0659615Z ( PASSED )  job 19    t/integration/preload.t
2023-06-15T01:32:19.3611818Z ( PASSED )  job 20    t/integration/projects.t
2023-06-15T01:32:19.4848207Z ( SKIPPED)  job 21    t/integration/reload.t  -  This test is not run under automated testing
2023-06-15T01:33:31.3257931Z (INTERNAL)     323 yath-runner /__w/Test2-Harness/Test2-Harness/t/integration/reload_syntax_error.t did not respond to SIGTERM, sending SIGKILL to 1106...
2023-06-15T01:33:32.3593031Z (INTERNAL)     323 yath-runner /__w/Test2-Harness/Test2-Harness/t/integration/reload_syntax_error.t did not respond to SIGTERM, sending SIGKILL to 1106...
2023-06-15T01:33:33.3692932Z (INTERNAL)     323 yath-runner /__w/Test2-Harness/Test2-Harness/t/integration/reload_syntax_error.t did not respond to SIGTERM, sending SIGKILL to 1106...
2023-06-15T01:33:34.3813185Z (INTERNAL)     323 yath-runner /__w/Test2-Harness/Test2-Harness/t/integration/reload_syntax_error.t did not respond to SIGTERM, sending SIGKILL to 1106...
atoomic commented 1 year ago

https://github.com/atoomic/Test2-Harness/actions/runs/5267972664