Branch: refs/heads/yves/eumm_test
Home: https://github.com/Perl/perl5
Commit: ed86ffd3f21526cd9e3936a39c04fd2300a43eaf
https://github.com/Perl/perl5/commit/ed86ffd3f21526cd9e3936a39c04fd2300a43eaf
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: 810e176879603a5e6a6ff20ea1bdfe49bb7ff245
https://github.com/Perl/perl5/commit/810e176879603a5e6a6ff20ea1bdfe49bb7ff245
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: 96824af987209c411b39da9beb63a9829ccc8e4e
https://github.com/Perl/perl5/commit/96824af987209c411b39da9beb63a9829ccc8e4e
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.
Compare: https://github.com/Perl/perl5/compare/af1b0cad532e...96824af98720