mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------< atoom.examples:reactor-netty-timeout-regression >-----------
[INFO] Building reactor-netty-timeout-regression 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ reactor-netty-timeout-regression ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ reactor-netty-timeout-regression ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ reactor-netty-timeout-regression ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ reactor-netty-timeout-regression ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ reactor-netty-timeout-regression ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
09:16:33.873 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:33.879 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
09:16:33.891 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
09:16:33.931 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
09:16:33.951 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest], using SpringBootContextLoader
09:16:33.956 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: class path resource [atoom/examples/reactor/netty/ReactorNettyTimeoutRegressionApplicationTest-context.xml] does not exist
09:16:33.957 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: class path resource [atoom/examples/reactor/netty/ReactorNettyTimeoutRegressionApplicationTestContext.groovy] does not exist
09:16:33.957 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: no resource found for suffixes {-context.xml, Context.groovy}.
09:16:33.964 [main] DEBUG org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Ignoring class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest$ITConfig]; it must be static, non-private, non-final, and annotated with @Configuration to be considered a default configuration class.
09:16:33.965 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: ReactorNettyTimeoutRegressionApplicationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:16:34.009 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.082 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/mnt/c/usr/atoom/workspaces/sandbox/reactor-netty-timeout-regression/target/classes/atoom/examples/reactor/netty/ReactorNettyTimeoutRegressionApplication.class]
09:16:34.085 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplication for test class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest
09:16:34.203 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: using defaults.
09:16:34.203 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
09:16:34.217 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/TransactionDefinition]
09:16:34.217 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
09:16:34.217 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@16c63f5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@35229f85, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6d3c5255, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@b1712f3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6986bbaf, org.springframework.test.context.event.EventPublishingTestExecutionListener@4879dfad, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4758820d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@74eb909f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@28ec166e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2eee3069, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2da59753]
09:16:34.225 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.226 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.259 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.260 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
09:16:34.260 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
09:16:34.261 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
09:16:34.261 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest], using SpringBootContextLoader
09:16:34.263 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: class path resource [atoom/examples/reactor/netty/ReactorNettyTimeoutRegressionApplicationTest-context.xml] does not exist
09:16:34.264 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: class path resource [atoom/examples/reactor/netty/ReactorNettyTimeoutRegressionApplicationTestContext.groovy] does not exist
09:16:34.264 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: no resource found for suffixes {-context.xml, Context.groovy}.
09:16:34.264 [main] DEBUG org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Ignoring class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest$ITConfig]; it must be static, non-private, non-final, and annotated with @Configuration to be considered a default configuration class.
09:16:34.265 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: ReactorNettyTimeoutRegressionApplicationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:16:34.268 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.270 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplication for test class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest
09:16:34.275 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]: using defaults.
09:16:34.275 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
09:16:34.276 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/TransactionDefinition]
09:16:34.277 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
09:16:34.277 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52066604, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@340b9973, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@56113384, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5669c5fb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@373ebf74, org.springframework.test.context.event.EventPublishingTestExecutionListener@5f9678e1, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c4ed84, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@189aa67a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5a9d6f02, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@362045c0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@112f364d]
09:16:34.277 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.278 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.341 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.341 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
[INFO] Running atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest
09:16:34.344 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.344 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.345 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.345 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.821 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog
09:16:34.824 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1802ms to org.eclipse.jetty.util.log.Slf4jLog
09:16:34.839 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STOPPED}[9.4.22.v20191022] added {QueuedThreadPool[qtp1438000681]@55b62629{STOPPED,8<=0<=14,i=0,r=-1,q=0}[NO_TRY],AUTO}
09:16:34.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@654c1a54[HTTP/1.1] added {HttpConfiguration@5bdaf2ce{32768/8192,8192/8192,https://:0,[]},POJO}
09:16:34.874 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{null,[]}{0.0.0.0:0} added {Server@1bdbf9be{STOPPED}[9.4.22.v20191022],UNMANAGED}
09:16:34.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{null,[]}{0.0.0.0:0} added {QueuedThreadPool[qtp1438000681]@55b62629{STOPPED,8<=0<=14,i=0,r=-1,q=0}[NO_TRY],AUTO}
09:16:34.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{null,[]}{0.0.0.0:0} added {ScheduledExecutorScheduler@6a9287b1{STOPPED},AUTO}
09:16:34.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@75504cef,POJO}
09:16:34.877 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@654c1a54[HTTP/1.1],AUTO}
09:16:34.877 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@654c1a54[HTTP/1.1]
09:16:34.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED}
09:16:34.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STOPPED}[9.4.22.v20191022] added {NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0},AUTO}
09:16:34.902 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STOPPED}[9.4.22.v20191022] added {o.e.j.s.ServletContextHandler@6622a690{/__admin,null,UNAVAILABLE},MANAGED}
09:16:34.906 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@27cbfddf
09:16:34.910 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@6622a690{/__admin,null,UNAVAILABLE} added {ServletHandler@77bb0ab5{STOPPED},MANAGED}
09:16:34.924 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STOPPED}[9.4.22.v20191022] added {o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE},MANAGED}
09:16:34.924 [main] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@4159e81b
09:16:34.924 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE} added {ServletHandler@5b5caf08{STOPPED},MANAGED}
09:16:34.930 [main] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@4303b7f0, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@757529a4]
09:16:34.949 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE} added {NotFoundHandler@43b0ade{STOPPED},MANAGED}
09:16:34.956 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HandlerCollection@301d8120{STOPPED} added {o.e.j.s.ServletContextHandler@6622a690{/__admin,null,UNAVAILABLE},AUTO}
09:16:34.956 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HandlerCollection@301d8120{STOPPED} added {o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE},AUTO}
09:16:34.956 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STOPPED}[9.4.22.v20191022] added {HandlerCollection@301d8120{STOPPED},MANAGED}
09:16:34.966 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.966 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:34.966 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting Server@1bdbf9be{STOPPED}[9.4.22.v20191022]
09:16:34.967 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - Server@1bdbf9be{STARTING}[9.4.22.v20191022] added {ErrorHandler@715fb77{STOPPED},AUTO}
09:16:34.968 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.22.v20191022; built: 2019-10-22T13:37:13.455Z; git: b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b; jvm 11.0.4+11-LTS
09:16:34.977 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@1bdbf9be{STARTING}[9.4.22.v20191022]
09:16:34.977 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool[qtp1438000681]@55b62629{STOPPED,8<=0<=14,i=0,r=-1,q=0}[NO_TRY]
09:16:34.978 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@4b1abd11{s=0/1,p=0}
09:16:34.978 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=0<=14,i=0,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}] added {ReservedThreadExecutor@4b1abd11{s=0/1,p=0},AUTO}
09:16:34.979 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@4b1abd11{s=0/1,p=0}
09:16:34.981 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1960ms ReservedThreadExecutor@4b1abd11{s=0/1,p=0}
09:16:34.982 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-16,5,main]
09:16:34.983 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-17,5,main]
09:16:34.983 [qtp1438000681-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=2<=14,i=2,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.984 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-18,5,main]
09:16:34.984 [qtp1438000681-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=3<=14,i=3,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.986 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-19,5,main]
09:16:34.986 [qtp1438000681-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=4<=14,i=4,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.986 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-20,5,main]
09:16:34.987 [qtp1438000681-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=5<=14,i=5,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.988 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-21,5,main]
09:16:34.988 [qtp1438000681-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=6<=14,i=6,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.989 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-22,5,main]
09:16:34.989 [qtp1438000681-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=7<=14,i=7,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.990 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1438000681-23,5,main]
09:16:34.991 [qtp1438000681-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTING,8<=8<=14,i=8,r=-1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.991 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1970ms QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.992 [qtp1438000681-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:34.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HandlerCollection@301d8120{STOPPED}
09:16:34.992 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting HandlerCollection@301d8120{STARTING}
09:16:34.992 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@6622a690{/__admin,null,UNAVAILABLE}
09:16:34.993 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@6622a690{/__admin,null,STARTING}
09:16:34.993 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@77bb0ab5{STOPPED}
09:16:34.995 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/recorder/*[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.DefaultServlet-601cbd8c[EMBEDDED:null]
09:16:34.998 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec["/recorder/*",pathDepth=2,group=PREFIX_GLOB],resource=org.eclipse.jetty.servlet.DefaultServlet-601cbd8c@2ea47a98==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=1]
09:16:34.998 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/swagger-ui/*[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.DefaultServlet-6f8d7714[EMBEDDED:null]
09:16:34.998 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec["/swagger-ui/*",pathDepth=2,group=PREFIX_GLOB],resource=org.eclipse.jetty.servlet.DefaultServlet-6f8d7714@6320c83e==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=2]
09:16:34.998 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63[EMBEDDED:null]
09:16:34.998 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec["/",pathDepth=-1,group=DEFAULT],resource=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63@81e17b75==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=3]
09:16:34.998 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={org.eclipse.jetty.servlets.CrossOriginFilter-4f449e8f=org.eclipse.jetty.servlets.CrossOriginFilter-4f449e8f@4f449e8f==org.eclipse.jetty.servlets.CrossOriginFilter,inst=false,async=true}
09:16:35.002 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=[[/*]/[]/[REQUEST]=>org.eclipse.jetty.servlets.CrossOriginFilter-4f449e8f]
09:16:35.002 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap={}
09:16:35.003 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=3]
09:16:35.003 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63@81e17b75==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true, org.eclipse.jetty.servlet.DefaultServlet-601cbd8c=org.eclipse.jetty.servlet.DefaultServlet-601cbd8c@2ea47a98==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true, org.eclipse.jetty.servlet.DefaultServlet-6f8d7714=org.eclipse.jetty.servlet.DefaultServlet-6f8d7714@6320c83e==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true}
09:16:35.003 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@77bb0ab5{STARTING}
09:16:35.003 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1982ms ServletHandler@77bb0ab5{STARTED}
09:16:35.005 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlets.CrossOriginFilter-4f449e8f@4f449e8f==org.eclipse.jetty.servlets.CrossOriginFilter,inst=false,async=true
09:16:35.005 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1983ms org.eclipse.jetty.servlets.CrossOriginFilter-4f449e8f@4f449e8f==org.eclipse.jetty.servlets.CrossOriginFilter,inst=false,async=true
09:16:35.006 [main] DEBUG org.eclipse.jetty.servlet.FilterHolder - Filter.init org.eclipse.jetty.servlets.CrossOriginFilter@6079cf5
09:16:35.007 [main] DEBUG org.eclipse.jetty.servlets.CrossOriginFilter - Cross-origin filter configuration: allowedOrigins = *, allowedTimingOrigins = null, allowedMethods = OPTIONS,GET,POST,PUT,PATCH,DELETE, allowedHeaders = X-Requested-With,Content-Type,Accept,Origin,Authorization, preflightMaxAge = 1800, allowCredentials = true,exposedHeaders = ,chainPreflight = false
09:16:35.007 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63@81e17b75==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.008 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1987ms com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-d0ec63@81e17b75==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.DefaultServlet-601cbd8c@2ea47a98==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1987ms org.eclipse.jetty.servlet.DefaultServlet-601cbd8c@2ea47a98==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.DefaultServlet-6f8d7714@6320c83e==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1987ms org.eclipse.jetty.servlet.DefaultServlet-6f8d7714@6320c83e==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.009 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6622a690{/__admin,null,AVAILABLE}
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1988ms o.e.j.s.ServletContextHandler@6622a690{/__admin,null,AVAILABLE}
09:16:35.009 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE}
09:16:35.010 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@40226788{/,null,STARTING}
09:16:35.010 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServletHandler@5b5caf08{STOPPED}
09:16:35.010 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/__files/*[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2[EMBEDDED:null]
09:16:35.010 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec["/__files/*",pathDepth=2,group=PREFIX_GLOB],resource=org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2@831e033f==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=1]
09:16:35.010 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f[EMBEDDED:null]
09:16:35.011 [main] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec["/",pathDepth=-1,group=DEFAULT],resource=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f@e7615dfc==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=2]
09:16:35.011 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter-4fe01803=com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter-4fe01803@4fe01803==com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter,inst=false,async=true, com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter-4565a70a=com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter-4565a70a@4565a70a==com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter,inst=false,async=true}
09:16:35.011 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - pathFilters=[[/__files/*]/[]/[FORWARD]=>com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter-4fe01803, [/__files/*]/[]/[INCLUDE, REQUEST, FORWARD, ASYNC, ERROR]=>com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter-4565a70a]
09:16:35.011 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletFilterMap={}
09:16:35.011 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletPathMap=PathMappings[size=2]
09:16:35.011 [main] DEBUG org.eclipse.jetty.servlet.ServletHandler - servletNameMap={org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2=org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2@831e033f==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true, com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f=com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f@e7615dfc==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true}
09:16:35.011 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@5b5caf08{STARTING}
09:16:35.011 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1990ms ServletHandler@5b5caf08{STARTED}
09:16:35.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting NotFoundHandler@43b0ade{STOPPED}
09:16:35.012 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting NotFoundHandler@43b0ade{STARTING}
09:16:35.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1990ms NotFoundHandler@43b0ade{STARTED}
09:16:35.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter-4fe01803@4fe01803==com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter,inst=false,async=true
09:16:35.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1991ms com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter-4fe01803@4fe01803==com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter,inst=false,async=true
09:16:35.012 [main] DEBUG org.eclipse.jetty.servlet.FilterHolder - Filter.init com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter@512d4583
09:16:35.012 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter-4565a70a@4565a70a==com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter,inst=false,async=true
09:16:35.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1991ms com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter-4565a70a@4565a70a==com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter,inst=false,async=true
09:16:35.013 [main] DEBUG org.eclipse.jetty.servlet.FilterHolder - Filter.init com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter@13cd7ea5
09:16:35.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f@e7615dfc==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1991ms com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-73d69c0f@e7615dfc==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2@831e033f==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.013 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1992ms org.eclipse.jetty.servlet.DefaultServlet-23cd4ff2@831e033f==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=-1,inst=false,async=true
09:16:35.013 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@40226788{/,null,AVAILABLE}
09:16:35.014 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1992ms o.e.j.s.ServletContextHandler@40226788{/,null,AVAILABLE}
09:16:35.014 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1992ms HandlerCollection@301d8120{STARTED}
09:16:35.014 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ErrorHandler@715fb77{STOPPED}
09:16:35.014 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@715fb77{STARTING}
09:16:35.014 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1993ms ErrorHandler@715fb77{STARTED}
09:16:35.015 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
09:16:35.027 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:57149],POJO}
09:16:35.028 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ScheduledExecutorScheduler@6a9287b1{STOPPED}
09:16:35.028 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2007ms ScheduledExecutorScheduler@6a9287b1{STARTED}
09:16:35.029 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@654c1a54[HTTP/1.1]
09:16:35.029 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2007ms HttpConnectionFactory@654c1a54[HTTP/1.1]
09:16:35.029 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting SelectorManager@NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149}
09:16:35.043 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.041418+01:00 added {SelectorProducer@d1a10ac,POJO}
09:16:35.043 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.043763+01:00 added {QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}],UNMANAGED}
09:16:35.044 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.044072+01:00 created
09:16:35.044 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@4bee18dc{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.044395+01:00,MANAGED}
09:16:35.044 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {ManagedSelector@4bee18dc{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO}
09:16:35.045 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.044939+01:00 added {SelectorProducer@44c5a16f,POJO}
09:16:35.045 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.045302+01:00 added {QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}],UNMANAGED}
09:16:35.045 [main] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.045872+01:00 created
09:16:35.046 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@417d6615{STOPPED} id=1 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.046339+01:00,MANAGED}
09:16:35.046 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {ManagedSelector@417d6615{STOPPED} id=1 keys=-1 selected=-1 updates=0,AUTO}
09:16:35.046 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@4bee18dc{STOPPED} id=0 keys=-1 selected=-1 updates=0
09:16:35.047 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.046968+01:00
09:16:35.047 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2025ms EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=8,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.047249+01:00
09:16:35.049 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$343/0x000000080031fc40@48c4245d startThread=0
09:16:35.049 [qtp1438000681-16] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$343/0x000000080031fc40@48c4245d in QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=7,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:35.049 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$Start@8a62297 on ManagedSelector@4bee18dc{STARTING} id=0 keys=0 selected=0 updates=0
09:16:35.049 [qtp1438000681-16] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@5bfc257/SelectorProducer@d1a10ac/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=7,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.049519+01:00 tryProduce false
09:16:35.054 [qtp1438000681-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
09:16:35.054 [qtp1438000681-16] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@8a62297
09:16:35.054 [qtp1438000681-16] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
09:16:35.054 [qtp1438000681-16] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@5f6bb209 waiting with 0 keys
09:16:35.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2033ms ManagedSelector@4bee18dc{STARTED} id=0 keys=0 selected=0 updates=0
09:16:35.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ManagedSelector@417d6615{STOPPED} id=1 keys=-1 selected=-1 updates=0
09:16:35.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=7,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.055127+01:00
09:16:35.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2033ms EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=7,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.055397+01:00
09:16:35.055 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$343/0x000000080031fc40@61a91912 startThread=0
09:16:35.055 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$Start@1763992e on ManagedSelector@417d6615{STARTING} id=1 keys=0 selected=0 updates=0
09:16:35.055 [qtp1438000681-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$343/0x000000080031fc40@61a91912 in QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=6,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:35.055 [qtp1438000681-17] DEBUG org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@44f3fe83/SelectorProducer@44c5a16f/IDLE/p=false/QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=6,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2019-11-08T09:16:35.055906+01:00 tryProduce false
09:16:35.056 [qtp1438000681-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
09:16:35.056 [qtp1438000681-17] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@1763992e
09:16:35.056 [qtp1438000681-17] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
09:16:35.056 [qtp1438000681-17] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@23765191 waiting with 0 keys
09:16:35.056 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2034ms ManagedSelector@417d6615{STARTED} id=1 keys=0 selected=0 updates=0
09:16:35.056 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2034ms SelectorManager@NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149}
09:16:35.059 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {acceptor-0@47f08b81,POJO}
09:16:35.059 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@47f08b81 startThread=0
09:16:35.059 [qtp1438000681-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@47f08b81 in QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=5,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:35.059 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {acceptor-1@b9dfc5a,POJO}
09:16:35.059 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-1@b9dfc5a startThread=0
09:16:35.061 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149} added {acceptor-2@2787de58,POJO}
09:16:35.061 [qtp1438000681-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-1@b9dfc5a in QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=4,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:35.062 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-2@2787de58 startThread=0
09:16:35.062 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149}
09:16:35.062 [qtp1438000681-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-2@2787de58 in QueuedThreadPool[qtp1438000681]@55b62629{STARTED,8<=8<=14,i=3,r=1,q=0}[ReservedThreadExecutor@4b1abd11{s=0/1,p=0}]
09:16:35.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2040ms NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:57149}
09:16:35.062 [main] INFO org.eclipse.jetty.server.Server - Started @2040ms
09:16:35.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2040ms Server@1bdbf9be{STARTED}[9.4.22.v20191022]
09:16:35.078 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@3a022576 testClass = ReactorNettyTimeoutRegressionApplicationTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [ReactiveWebMergedContextConfiguration@2dbd803f testClass = ReactorNettyTimeoutRegressionApplicationTest, locations = '{}', classes = '{class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{wiremock.port=${test.port}, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@3e48e859 key = [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest$ITConfig]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6f15d60e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@58e1d9d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3aa078fd, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@d2de489, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@2f67a4d3], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null].
09:16:35.082 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:35.082 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest]
09:16:35.088 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@3a022576 testClass = ReactorNettyTimeoutRegressionApplicationTest, testInstance = atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest@2b4c3c29, testMethod = [null], testException = [null], mergedContextConfiguration = [ReactiveWebMergedContextConfiguration@2dbd803f testClass = ReactorNettyTimeoutRegressionApplicationTest, locations = '{}', classes = '{class atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{wiremock.port=${test.port}, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@3e48e859 key = [atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest$ITConfig]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6f15d60e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@58e1d9d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3aa078fd, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@d2de489, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@2f67a4d3], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]]].
09:16:35.111 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, wiremock.port=${test.port}, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}
2019-11-08 09:16:35.965 INFO 6355 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$b5a1272d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-11-08 09:16:36.188 INFO 6355 --- [ main] torNettyTimeoutRegressionApplicationTest : No active profile set, falling back to default profiles: default
2019-11-08 09:16:36.869 INFO 6355 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=cf80aa18-caef-3228-8653-c30be03cee70
2019-11-08 09:16:36.997 INFO 6355 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$b5a1272d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [After]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Before]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Between]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Cookie]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Header]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Host]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Method]
2019-11-08 09:16:38.367 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Path]
2019-11-08 09:16:38.368 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Query]
2019-11-08 09:16:38.368 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [ReadBodyPredicateFactory]
2019-11-08 09:16:38.368 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [RemoteAddr]
2019-11-08 09:16:38.368 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Weight]
2019-11-08 09:16:38.368 INFO 6355 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [CloudFoundryRouteService]
2019-11-08 09:16:39.385 INFO 6355 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port(s): 57151
2019-11-08 09:16:39.395 INFO 6355 --- [ main] torNettyTimeoutRegressionApplicationTest : Started ReactorNettyTimeoutRegressionApplicationTest in 4.279 seconds (JVM running for 6.373)
2019-11-08 09:16:40.173 INFO 6355 --- [tp1438000681-23] o.e.j.s.handler.ContextHandler.__admin : RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
2019-11-08 09:16:40.565 INFO 6355 --- [tp1438000681-16] o.e.j.s.handler.ContextHandler.ROOT : RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
2019-11-08 09:16:45.641 INFO 6355 --- [ main] o.e.jetty.server.AbstractConnector : Stopped NetworkTrafficServerConnector@470a9030{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
2019-11-08 09:16:45.643 INFO 6355 --- [ main] o.e.jetty.server.handler.ContextHandler : Stopped o.e.j.s.ServletContextHandler@40226788{/,null,UNAVAILABLE}
2019-11-08 09:16:45.643 INFO 6355 --- [ main] o.e.jetty.server.handler.ContextHandler : Stopped o.e.j.s.ServletContextHandler@6622a690{/__admin,null,UNAVAILABLE}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.3 s <<< FAILURE! - in atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest
[ERROR] testRequestResponse Time elapsed: 6.222 s <<< ERROR!
java.lang.IllegalStateException: Timeout on blocking read for 5000 MILLISECONDS
at atoom.examples.reactor.netty.ReactorNettyTimeoutRegressionApplicationTest.testRequestResponse(ReactorNettyTimeoutRegressionApplicationTest.java:86)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ReactorNettyTimeoutRegressionApplicationTest.testRequestResponse:86 » IllegalState
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.554 s
[INFO] Finished at: 2019-11-08T09:17:16+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project reactor-netty-timeout-regression: There are test failures.
[ERROR]
[ERROR] Please refer to /mnt/c/usr/atoom/workspaces/sandbox/reactor-netty-timeout-regression/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException