Skip to content

[SUREFIRE-2294] [REGRESSION] Debugging failsafe tests: Message "Listening for transport dt_socket at address" is written too late #2613

Description

@jira-importer

Wolfgang Knauf opened SUREFIRE-2294 and commented

I launch integration tests with this command: "mvn -Pmyprofile -Dmaven.failsafe.debug verify"

With 2.22.2, it prints a message "Listening for transport dt_socket at address: 5055" and then stops:

!debug_test_mvn_listening_2222.png!

With 3.5.2, it stops after the line "TESTS":

!debug_test_mvn_listening_352.png!

 

The line "Listening for transport dt_socket at address: 5055" is written AFTER a debugger was attached. This is a bit too late, and it might confuse newbie users that don't know what is happening here and why it hangs.


Attachments:

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:minorMinor loss of function, or other problem where easy workaround is present

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions