Skip to content

Add simple workflow to run test from verbose.tests#436

Draft
jeff5 wants to merge 3 commits into
jython:masterfrom
jeff5:test-java-17-25-short
Draft

Add simple workflow to run test from verbose.tests#436
jeff5 wants to merge 3 commits into
jython:masterfrom
jeff5:test-java-17-25-short

Conversation

@jeff5

@jeff5 jeff5 commented Jun 22, 2026

Copy link
Copy Markdown
Member

The existing workflow for Java 17 and 25 compatibility uses an Ant target that runs the regrtest normally, then re-runs the failed tests in verbose mode, so we can see exactly which tests fail and the cause. When it comes to networking tests, this is unsatisfactory if they fail to close their sockets, which they frequently do on failure, since the verbose run then fails comprehensively because the sockets are busy, not for the original cause.

This workflow allows us to specify which tests to run verbose, so that we may run just the ones that caused trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant