[
https://issues.apache.org/jira/browse/CASSANDRA-10106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710085#comment-14710085
]
Joshua McKenzie commented on CASSANDRA-10106:
---------------------------------------------
[Closed PR|https://github.com/riptano/cassandra-dtest/pull/491] as it's a dupe
of 489 where Philip did the same parallelization, only on a broader scale. The
tests are passing for me locally but look to still be failing in CI; going to
wait on tomorrow's run to take a look and see if they're still failing, then go
from there.
> Windows dtest 3.0: TestRepair multiple failures
> -----------------------------------------------
>
> Key: CASSANDRA-10106
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10106
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Joshua McKenzie
> Assignee: Joshua McKenzie
> Labels: Windows
> Fix For: 3.0.x
>
>
> repair_test.py:TestRepair.dc_repair_test
> repair_test.py:TestRepair.local_dc_repair_test
> repair_test.py:TestRepair.simple_parallel_repair_test
> repair_test.py:TestRepair.simple_sequential_repair_test
> All failing w/the following error:
> {noformat}
> File "D:\Python27\lib\unittest\case.py", line 358, in run
> self.tearDown()
> File
> "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\dtest.py",
> line 532, in tearDown
> raise AssertionError('Unexpected error in %s node log: %s' % (node.name,
> errors))
> "Unexpected error in node3 node log: ['ERROR [STREAM-IN-/127.0.0.1]
> 2015-08-17 00:41:09,426 StreamSession.java:520 - [Stream
> #a69fc140-4478-11e5-a8ae-4f8718583077] Streaming error occurred
> java.io.IOException: An existing connection was forcibly closed by the remote
> host \\tat sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.8.0_45]
> \\tat sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
> ~[na:1.8.0_45] \\tat sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
> ~[na:1.8.0_45] \\tat sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[na:1.8.0_45]
> \\tat sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
> ~[na:1.8.0_45] \\tat
> org.apache.cassandra.streaming.messages.StreamMessage.deserialize(StreamMessage.java:53)
> ~[main/:na] \\tat
> org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:261)
> ~[main/:na] \\tat java.lang.Thread.run(Thread.java:745)
> [na:1.8.0_45]']\n-------------------- >> begin captured logging <<
> --------------------\ndtest: DEBUG: cluster ccm directory:
> d:\\temp\\dtest-3kmbjb\ndtest: DEBUG: Starting cluster..\ndtest: DEBUG:
> Inserting data...\ndtest: DEBUG: Checking data on node3...\ndtest: DEBUG:
> Checking data on node1...\ndtest: DEBUG: Checking data on node2...\ndtest:
> DEBUG: starting repair...\ndtest: DEBUG: Repair time: 5.37800002098\ndtest:
> DEBUG: removing ccm cluster test at: d:\\temp\\dtest-3kmbjb\ndtest: DEBUG:
> clearing ssl stores from [d:\\temp\\dtest-3kmbjb]
> directory\n--------------------- >> end captured logging <<
> ---------------------"
> {noformat}
> Failure history:
> [consistent|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest_win32/17/testReport/repair_test/TestRepair/dc_repair_test/history/]
> Env: ci and local
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)