Branch: refs/heads/yves/eumm_test
Home: https://github.com/Perl/perl5
Commit: a6a5f76d0cf29450d7c930b682b803b9b11df2e5
https://github.com/Perl/perl5/commit/a6a5f76d0cf29450d7c930b682b803b9b11df2e5
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M t/harness
Log Message:
-----------
Revert "Revert "harness: handle serial/parallel directories mixture""
This reverts commit 5655be1bca4e440ec18e9bae756ec97748877df3.
Commit: ba686d66ffa2b0d5adea9df1deec8ee51142304a
https://github.com/Perl/perl5/commit/ba686d66ffa2b0d5adea9df1deec8ee51142304a
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M t/harness
Log Message:
-----------
disable serial mode stuff
Commit: a0664b100a61981a337661597ec7b501b1fe16f8
https://github.com/Perl/perl5/commit/a0664b100a61981a337661597ec7b501b1fe16f8
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M cpan/ExtUtils-MakeMaker/t/INST.t
M cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t
M cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm
Log Message:
-----------
ExtUtils-MakerMaker - fixes for parallel tests
Commit: aff87bb6798e8305540fa6eae73b8a0466a1b0ef
https://github.com/Perl/perl5/commit/aff87bb6798e8305540fa6eae73b8a0466a1b0ef
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
Log Message:
-----------
ExtUtils::Install - fixes for parallel tests
Commit: 589dc5cd2beb415d7afe1cb5ad51a2c906fc7b9b
https://github.com/Perl/perl5/commit/589dc5cd2beb415d7afe1cb5ad51a2c906fc7b9b
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
Commit: d54318fa3823e20cb93fc24434d89aa6bff304ee
https://github.com/Perl/perl5/commit/d54318fa3823e20cb93fc24434d89aa6bff304ee
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M cpan/IO-Zlib/t/basic.t
M cpan/IO-Zlib/t/external.t
M cpan/IO-Zlib/t/getc.t
M cpan/IO-Zlib/t/getline.t
M cpan/IO-Zlib/t/large.t
M cpan/IO-Zlib/t/tied.t
M cpan/IO-Zlib/t/uncomp1.t
M cpan/IO-Zlib/t/uncomp2.t
Log Message:
-----------
fixup test parallelism issues in IO-Zlib
Commit: cbca980ebe988427ab773284862502f8d7cc1b30
https://github.com/Perl/perl5/commit/cbca980ebe988427ab773284862502f8d7cc1b30
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M t/harness
Log Message:
-----------
simply serialization mechanism
we dont need to partition things by heuristics like whether
the files start with digits, a simple list of things that
are mutexed from each other makes for a simpler model and no
heuristics. Builds on karls earlier work for partitioning
directories.
Commit: 6b45f8c6d5461783025096d7350aae083a46d6a0
https://github.com/Perl/perl5/commit/6b45f8c6d5461783025096d7350aae083a46d6a0
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:
-----------
fixup paralleism issues in FileCache tests
Compare: https://github.com/Perl/perl5/compare/dcc36b94f70d...6b45f8c6d546