Joshua McKenzie created CASSANDRA-10110:
-------------------------------------------
Summary: Windows dtest 3.0:
udtencoding_test.py:TestUDTEncoding.udt_test
Key: CASSANDRA-10110
URL: https://issues.apache.org/jira/browse/CASSANDRA-10110
Project: Cassandra
Issue Type: Sub-task
Reporter: Joshua McKenzie
Fix For: 3.0.x
Currently broken by CASSANDRA-7066 (thus depending on CASSANDRA-10109). Error
message from CI yesterday was:
{noformat}
File "D:\Python27\lib\unittest\case.py", line 329, in run
testMethod()
File
"D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\udtencoding_test.py",
line 15, in udt_test
cluster.populate(3).start()
File "build\bdist.win-amd64\egg\ccmlib\cluster.py", line 249, in start
p = node.start(update_pid=False, jvm_args=jvm_args,
profile_options=profile_options)
File "build\bdist.win-amd64\egg\ccmlib\node.py", line 447, in start
common.check_socket_available(itf)
File "build\bdist.win-amd64\egg\ccmlib\common.py", line 343, in
check_socket_available
raise UnavailableSocketError("Inet address %s:%s is not available: %s" %
(addr, port, msg))
'Inet address 127.0.0.1:7000 is not available: [Errno 10013] An attempt was
made to access a socket in a way forbidden by its access
permissions\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
d:\\temp\\dtest-dpsz3i\n--------------------- >> end captured logging <<
---------------------'
{noformat}
Failure history: [regression in build
#17|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest_win32/lastCompletedBuild/testReport/udtencoding_test/TestUDTEncoding/udt_test/history/].
Doesn't look like there was any real change to explain that though.
Env: Not sure if repro locally since CASSANDRA-7066 error is in the way.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)