-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/NetworkHttp and internode communication implementationsHttp and internode communication implementations>test-failureTriaged test failures from CITriaged test failures from CIv7.0.0-beta1
Description
SimpleNetty4TransportTests testAcceptedChannelCount failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=sles/2457/console
The REPRO command is:
./gradlew :modules:transport-netty4:test \
-Dtests.seed=1EE97752BAF923E4 \
-Dtests.class=org.elasticsearch.transport.netty4.SimpleNetty4TransportTests \
-Dtests.method="testAcceptedChannelCount" \
-Dtests.security.manager=true \
-Dtests.locale=es-CO \
-Dtests.timezone=America/Cordoba
This doesn't reproduce locally for me.
The error is this:
13:38:47 ERROR 60.1s J2 | SimpleNetty4TransportTests.testAcceptedChannelCount <<< FAILURES!
13:38:47 > Throwable #1: ConnectTransportException[[][127.0.0.1:37525] connect_timeout[30s]]
13:38:47 > at __randomizedtesting.SeedInfo.seed([1EE97752BAF923E4:1FBF0C96086BB0E]:0)
13:38:47 > at org.elasticsearch.transport.TcpChannel.awaitConnected(TcpChannel.java:184)
13:38:47 > at org.elasticsearch.transport.TcpTransport.openConnection(TcpTransport.java:615)
13:38:47 > at org.elasticsearch.transport.TcpTransport.connectToNode(TcpTransport.java:514)
13:38:47 > at org.elasticsearch.test.transport.MockTransportService$LookupTestTransport.connectToNode(MockTransportService.java:529)
13:38:47 > at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:331)
13:38:47 > at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:318)
13:38:47 > at org.elasticsearch.transport.AbstractSimpleTransportTestCase.setUp(AbstractSimpleTransportTestCase.java:145)
13:38:47 > at java.lang.Thread.run(Thread.java:748)
The test appears to have done nothing for a whole minute:
1> [2018-05-25T10:37:41,465][INFO ][o.e.t.n.SimpleNetty4TransportTests] [testAcceptedChannelCount]: before test
1> [2018-05-25T10:37:41,474][INFO ][o.e.t.t.MockTransportService] publish_address {127.0.0.1:39994}, bound_addresses {[::1]:39045}, {127.0.0.1:39994}
1> [2018-05-25T10:37:41,481][INFO ][o.e.t.t.MockTransportService] publish_address {127.0.0.1:37525}, bound_addresses {[::1]:34079}, {127.0.0.1:37525}
1> [2018-05-25T10:38:41,529][INFO ][o.e.t.n.SimpleNetty4TransportTests] [testAcceptedChannelCount]: after test
It's in the same suite as #29613, which was also not reproducible.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/NetworkHttp and internode communication implementationsHttp and internode communication implementations>test-failureTriaged test failures from CITriaged test failures from CIv7.0.0-beta1