Fix LWP jcpan result classification#830
Closed
fglock wants to merge 1 commit into
Closed
Conversation
Expose the requested jcpan arguments to CPAN distroprefs so dependency-only test skips can avoid direct target runs. Use that for libwww-perl so direct LWP and LWP::UserAgent checks run the upstream suite instead of being skipped. Teach cpan_random_tester.pl to classify explicit PERLONJAVA_SKIP distropref phase output as SKIP rather than FAIL with Unknown test outcome. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jcpanarguments to CPAN distroprefs viaPERLONJAVA_JCPAN_ARGSlibwww-perldependency-only test skip out of directLWPandLWP::UserAgentrunsPERLONJAVA_SKIP -- ... phase skippedincpan_random_tester.plasSKIP distroprefsinstead ofFAIL Unknown test outcomeVerification
timeout 60 ./jperl src/test/resources/unit/cpan_distroprefs_jcpan_args.tperl -c dev/tools/cpan_random_tester.pltimeout 1200 maketimeout 1200 ./jcpan -t LWP::UserAgenttimeout 1200 ./jcpan -t LWPBoth direct CPAN targets now run the libwww-perl test phase and parse as
PASS 157/157.Notes
MooseX::Types::Moosecan still hitUnknown test outcomein older random-tester logs for a separate truncated/incompleteBuild testoutput shape. This PR fixes the LWP false regressions and the explicit distroprefs skip parser case.