You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (Jira)" <ji...@apache.org> on 2022/02/14 18:55:00 UTC

[jira] [Updated] (CASSANDRA-17323) Test Failure: dtest.batch_test.TestBatch.test_batchlog_replay_compatibility_1 (from Cassandra dtests)

     [ https://issues.apache.org/jira/browse/CASSANDRA-17323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-17323:
-----------------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Triage Needed)

My ninja [here|https://github.com/apache/cassandra-dtest/commit/156e268094dc595a5d9147a8869628197cc76934] got this a while back.

> Test Failure: dtest.batch_test.TestBatch.test_batchlog_replay_compatibility_1 (from Cassandra dtests)
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17323
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17323
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/python
>            Reporter: Josh McKenzie
>            Assignee: Brandon Williams
>            Priority: Normal
>
> https://ci-cassandra.apache.org/job/Cassandra-3.0/240/testReport/dtest.batch_test/TestBatch/test_batchlog_replay_compatibility_1/
> Failed 1 times in the last 29 runs. Flakiness: 3%, Stability: 96%
> Error Message
> NameError: name 'mk_bman_path' is not defined
> {code}
> Stacktrace
> self = <batch_test.TestBatch object at 0x7f770b9793a0>
>     @ported_to_in_jvm('4.0')
>     @since('3.0', max_version='3.x')
>     def test_batchlog_replay_compatibility_1(self):
>         """
>             @jira_ticket CASSANDRA-9673, test that logged batches still work with a mixed version cluster.
>     
>             Here we have one 3.0/3.x node and two 2.2 nodes and we send the batch request to the 3.0 node.
>             """
> >       self._batchlog_replay_compatibility_test(0, 1, 'github:apache/cassandra-2.2', 2, 4)
> batch_test.py:310: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> self = <batch_test.TestBatch object at 0x7f770b9793a0>, coordinator_idx = 0
> current_nodes = 1, previous_version = 'github:apache/cassandra-2.2'
> previous_nodes = 2, protocol_version = 4
>     def _batchlog_replay_compatibility_test(self, coordinator_idx, current_nodes, previous_version, previous_nodes, protocol_version):
>         session = self.prepare_mixed(coordinator_idx, current_nodes, previous_version, previous_nodes,
>                                      protocol_version=protocol_version, install_byteman=True)
>     
>         coordinator = self.cluster.nodelist()[coordinator_idx]
> >       coordinator.byteman_submit([mk_bman_path('fail_after_batchlog_write.btm')])
> E       NameError: name 'mk_bman_path' is not defined
> batch_test.py:380: NameError
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org