This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from 02cca4d [GH] performance problem on Windows nodes
add 0874002 [SUREFIRE-1796] The session of TCP channel should be
authenticated
No new revisions were added by this update.
Summary of changes:
.../plugin/surefire/booterclient/ForkStarter.java | 15 ++-
...Factory.java => InvalidSessionIdException.java} | 18 ++--
.../surefire/extensions/SurefireForkChannel.java | 30 +++++-
...BooterDeserializerStartupConfigurationTest.java | 4 +-
.../maven/plugin/surefire/extensions/E2ETest.java | 83 ++++++++++++++-
.../maven/surefire/extensions/ForkChannelTest.java | 19 +++-
.../api/util/internal/AsyncSocketTest.java | 3 +-
...refireMasterProcessChannelProcessorFactory.java | 28 +++++
.../surefire/booter/ForkedBooterMockTest.java | 116 +++++++++++++++++----
.../surefire/extensions/ForkNodeArguments.java | 3 +
.../spi/MasterProcessChannelProcessorFactory.java | 2 +-
11 files changed, 274 insertions(+), 47 deletions(-)
copy
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/{SurefireForkNodeFactory.java
=> InvalidSessionIdException.java} (62%)