Add per-test logging to SocksProxyTest#1222
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/a0c02358-15f1-4e45-aa85-eef2df0d3d7b Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/a0c02358-15f1-4e45-aa85-eef2df0d3d7b Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve logging in SocksProxyTest for better diagnostics
Improve SocksProxyTest diagnostics with per-test logging
May 11, 2026
SocksProxyTest
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.
Intermittent
SocksProxyTestfailures/timeouts were hard to correlate with the active test case from CI logs alone. This updates the test to emit explicit start/finish log lines for the current JUnit test so stalled or flaky runs are easier to attribute.Per-test lifecycle logging
SocksProxyTest@Before/@Afterhooks.ClassName.methodNameformat.JUnit 4 integration
TestNameto resolve the active test method without changing test behavior or assertions.Scope
quickfixj-core/src/test/java/quickfix/mina/SocksProxyTest.java.Original prompt
This pull request was created from Copilot chat.