[
https://issues.apache.org/jira/browse/CASSANDRA-20194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923305#comment-17923305
]
Stefan Miklosovic commented on CASSANDRA-20194:
-----------------------------------------------
{code:java}
$ find . | grep sorted_live_endpoints
./read_repair/sorted_live_endpoints.btm
./read_repair/sorted_live_endpoints_5_1.btm {code}
For example here:
{code:java}
script_version = '_5_1' if self.cluster.version() >=
LooseVersion('5.1') else ''
node2.byteman_submit([mk_bman_path('read_repair/sorted_live_endpoints{}.btm'.format(script_version))])
{code}
So if we moved sorted_live_endpoints_5_1.btm to byteman/post5.1 then "before
5.1" script would still stay in byteman/read_repair, no?
> Test failure: read_repair_test.py::TestSpeculativeReadRepair
> ------------------------------------------------------------
>
> Key: CASSANDRA-20194
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20194
> Project: Apache Cassandra
> Issue Type: Bug
> Components: Test/dtest/python
> Reporter: Brandon Williams
> Assignee: Dmitry Konstantinov
> Priority: Normal
> Fix For: 5.x
>
> Attachments: TestSpeculativeReadRepair_pytest.out,
> TestSpeculativeReadRepair_pytest_latest.out, step1.png, step2.png, step3.png,
> step5.png, variants.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Seen at
> https://app.circleci.com/pipelines/github/driftx/cassandra/1795/workflows/3f53c905-7e98-47bb-a73d-dc3d27d910c5/jobs/108602/tests
> {noformat}
> test_failed_read_repair failed and was not selected for rerun.
> <class 'Failed'>
> DID NOT RAISE <class 'cassandra.ReadTimeout'>
> [<TracebackEntry
> /home/cassandra/cassandra-dtest/read_repair_test.py:555>]
> {noformat}
> {noformat}
> test_normal_read_repair failed and was not selected for rerun.
> <class 'AssertionError'>
> assert [[1, 0, 1]] == [[1, 0, 1], [1, 1, 2]]
> Right contains one more item: [1, 1, 2]
> Full diff:
> - [[1, 0, 1], [1, 1, 2]]
> + [[1, 0, 1]]
> [<TracebackEntry
> /home/cassandra/cassandra-dtest/read_repair_test.py:592>]
> {noformat}
> {noformat}
> test_quorum_requirement failed and was not selected for rerun.
> <class 'AssertionError'>
> assert 0 == 1
> +0
> -1
> [<TracebackEntry
> /home/cassandra/cassandra-dtest/read_repair_test.py:724>]
> {noformat}
> {noformat}
> test_speculative_data_request failed and was not selected for rerun.
> <class 'AssertionError'>
> assert 0 == 1
> +0
> -1
> [<TracebackEntry
> /home/cassandra/cassandra-dtest/read_repair_test.py:639>]
> {noformat}
> {noformat}
> test_speculative_write failed and was not selected for rerun.
> <class 'AssertionError'>
> assert 0 == 1
> +0
> -1
> [<TracebackEntry
> /home/cassandra/cassandra-dtest/read_repair_test.py:680>]
> {noformat}
> This was against the 'latest' yaml.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]