You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/09/22 21:51:04 UTC

[jira] [Created] (CASSANDRA-10387) Tests for 10086 fail on Windows

Philip Thompson created CASSANDRA-10387:
-------------------------------------------

             Summary: Tests for 10086 fail on Windows
                 Key: CASSANDRA-10387
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10387
             Project: Cassandra
          Issue Type: Test
            Reporter: Philip Thompson
            Assignee: Joshua McKenzie
             Fix For: 2.2.x, 3.0.x


This was fixed on linux, but not on windows. See the discussion here:
https://github.com/riptano/cassandra-dtest/pull/529

Stacktrace is as follows
{code}
File "C:\tools\python2\lib\unittest\case.py", line 329, in run
    testMethod()
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\tools.py", line 253, in wrapped
    f(obj)
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_tests.py", line 1398, in test_cls
    self._test_clear_screen('CLS')
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_tests.py", line 1424, in _test_clear_screen
    self.assertTrue(re.search(chr(27) + "\[[0,1,2]?J", out))
  File "C:\tools\python2\lib\unittest\case.py", line 422, in assertTrue
    raise self.failureException(msg)
'None is not true\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: d:\\temp\\dtest-8qa7bv\n--------------------- >> end captured logging << ---------------------'
{code}

Failing tests are {{cqlsh_tests.cqlsh_tests.TestCqlsh.test_cls}} and {{cqlsh_tests.cqlsh_tests.TestCqlsh.test_clear}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)