Branch: refs/heads/yves/fix_core_parallel_test_issues
Home: https://github.com/Perl/perl5
Commit: c5a035b2766b65c5f95e3e022ab1532f1bcd04f4
https://github.com/Perl/perl5/commit/c5a035b2766b65c5f95e3e022ab1532f1bcd04f4
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M ext/FileCache/t/01open.t
M ext/FileCache/t/02maxopen.t
M ext/FileCache/t/03append.t
M ext/FileCache/t/04twoarg.t
M ext/FileCache/t/05override.t
M ext/FileCache/t/07noimport.t
Log Message:
-----------
ext/FileCache/t/ - fixup paralleism issues in tests
Different test files used the same files for their tests,
causing conflicts and test failures in parallel mode.
Commit: 93d3037d652336f239fcc54f6b6486f391fa0645
https://github.com/Perl/perl5/commit/93d3037d652336f239fcc54f6b6486f391fa0645
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M lib/DBM_Filter/t/01error.t
M lib/DBM_Filter/t/02core.t
M lib/DBM_Filter/t/compress.t
M lib/DBM_Filter/t/encode.t
M lib/DBM_Filter/t/int32.t
M lib/DBM_Filter/t/null.t
M lib/DBM_Filter/t/utf8.t
Log Message:
-----------
lib/DBM_filter/t/ - make test parallel safe
Tests were using the same filenames for each test, and if
they ran at the same time, boom. Fixed them to each use their
own prefix.
Compare: https://github.com/Perl/perl5/compare/f06e6e262c59...93d3037d6523