Branch: refs/heads/yves/eumm_test
Home: https://github.com/Perl/perl5
Commit: 5ef6909ca602d419678227a907881155744a89e5
https://github.com/Perl/perl5/commit/5ef6909ca602d419678227a907881155744a89e5
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: 0a6b79e17b8b7471b5db9c38aed041de44a98c70
https://github.com/Perl/perl5/commit/0a6b79e17b8b7471b5db9c38aed041de44a98c70
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: 3fc040e6b7fdab70af0d72c261817756ff9ffc49
https://github.com/Perl/perl5/commit/3fc040e6b7fdab70af0d72c261817756ff9ffc49
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: 5d1d4cc8ae35cafdb065d7ecbcecb908cf600e54
https://github.com/Perl/perl5/commit/5d1d4cc8ae35cafdb065d7ecbcecb908cf600e54
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: f38ac5a146752bad34dcef739a9078c38d69476a
https://github.com/Perl/perl5/commit/f38ac5a146752bad34dcef739a9078c38d69476a
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: bf972a769f4154665120222f6a17965e7c2d9c34
https://github.com/Perl/perl5/commit/bf972a769f4154665120222f6a17965e7c2d9c34
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: b2aa90b20d8738d76ff6a8fb4a6a5538a29d15c7
https://github.com/Perl/perl5/commit/b2aa90b20d8738d76ff6a8fb4a6a5538a29d15c7
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: dcc36b94f70d253534b81c57f2f62402e3841a04
https://github.com/Perl/perl5/commit/dcc36b94f70d253534b81c57f2f62402e3841a04
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/6217de63990f...dcc36b94f70d