Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-11612

dtest failure in materialized_views_test.TestMaterializedViews.interrupt_build_process_test

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • None
    • Test/dtest/python

    Description

      This has flapped a couple times so far. Example failure:

      http://cassci.datastax.com/job/trunk_dtest_win32/385/testReport/materialized_views_test/TestMaterializedViews/interrupt_build_process_test

      Failed on CassCI build trunk_dtest_win32 #385

      Error Message
      
      9847 != 10000
      -------------------- >> begin captured logging << --------------------
      dtest: DEBUG: cluster ccm directory: d:\temp\dtest-kozpni
      dtest: DEBUG: Custom init_config not found. Setting defaults.
      dtest: DEBUG: Done setting configuration options:
      {   'initial_token': None,
          'num_tokens': '32',
          'phi_convict_threshold': 5,
          'range_request_timeout_in_ms': 10000,
          'read_request_timeout_in_ms': 10000,
          'request_timeout_in_ms': 10000,
          'truncate_request_timeout_in_ms': 10000,
          'write_request_timeout_in_ms': 10000}
      dtest: DEBUG: Inserting initial data
      dtest: DEBUG: Create a MV
      dtest: DEBUG: Stop the cluster. Interrupt the MV build process.
      dtest: DEBUG: Restart the cluster
      dtest: DEBUG: MV shouldn't be built yet.
      dtest: DEBUG: Wait and ensure the MV build resumed. Waiting up to 2 minutes.
      dtest: DEBUG: Verify all data
      --------------------- >> end captured logging << ---------------------
      Stacktrace
      
        File "C:\tools\python2\lib\unittest\case.py", line 329, in run
          testMethod()
        File "D:\jenkins\workspace\trunk_dtest_win32\cassandra-dtest\materialized_views_test.py", line 700, in interrupt_build_process_test
          self.assertEqual(result[0].count, 10000)
        File "C:\tools\python2\lib\unittest\case.py", line 513, in assertEqual
          assertion_func(first, second, msg=msg)
        File "C:\tools\python2\lib\unittest\case.py", line 506, in _baseAssertEqual
          raise self.failureException(msg)
      "9847 != 10000\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: d:\\temp\\dtest-kozpni\ndtest: DEBUG: Custom init_config not found. Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{   'initial_token': None,\n    'num_tokens': '32',\n    'phi_convict_threshold': 5,\n    'range_request_timeout_in_ms': 10000,\n    'read_request_timeout_in_ms': 10000,\n    'request_timeout_in_ms': 10000,\n    'truncate_request_timeout_in_ms': 10000,\n    'write_request_timeout_in_ms': 10000}\ndtest: DEBUG: Inserting initial data\ndtest: DEBUG: Create a MV\ndtest: DEBUG: Stop the cluster. Interrupt the MV build process.\ndtest: DEBUG: Restart the cluster\ndtest: DEBUG: MV shouldn't be built yet.\ndtest: DEBUG: Wait and ensure the MV build resumed. Waiting up to 2 minutes.\ndtest: DEBUG: Verify all data\n--------------------- >> end captured logging << ---------------------"
      Standard Error
      
      Started: node1 with pid: 6056
      Started: node3 with pid: 7728
      Started: node2 with pid: 6428
      Started: node1 with pid: 6088
      Started: node3 with pid: 6824
      Started: node2 with pid: 4024
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mambocab Jim Witschey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: