This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch dry-pipes-tcp-guarantees
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from c2fcb7f [SUREFIRE-1881] Adds additional debug log and fork connection
timeout
add 983bb00 integration tests for 1881
add fc9d7ef [SUREFIRE-1924] Upgrade plexus-java to Version 1.0.7
add 1fc1106 [integration tests] wrong previous refactoring - currently
the warning message is different
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
.../its/JUnitPlatformStreamCorruptionIT.java | 4 +-
...e930TestNgSuiteXmlIT.java => Surefire1881.java} | 16 ++--
.../src/test/resources/surefire-1881/pom.xml | 106 +++++++++++++++++++++
.../src/main/java/de/scrum_master/dummy/Agent.java | 49 ++++++++++
.../test/java/de/scrum_master/dummy/AgentIT.java | 23 +++++
6 files changed, 188 insertions(+), 12 deletions(-)
copy
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/{Surefire930TestNgSuiteXmlIT.java
=> Surefire1881.java} (76%)
create mode 100644 surefire-its/src/test/resources/surefire-1881/pom.xml
create mode 100644
surefire-its/src/test/resources/surefire-1881/src/main/java/de/scrum_master/dummy/Agent.java
create mode 100644
surefire-its/src/test/resources/surefire-1881/src/test/java/de/scrum_master/dummy/AgentIT.java