[
https://issues.apache.org/jira/browse/CASSANDRA-16987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420887#comment-17420887
]
Ekaterina Dimitrova edited comment on CASSANDRA-16987 at 9/27/21, 4:34 PM:
---------------------------------------------------------------------------
I believe no of the failures is related to this patch.
*
[dtest.repair_tests.incremental_repair_test.TestIncRepair.test_multiple_repair|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/dtest.repair_tests.incremental_repair_test/TestIncRepair/test_multiple_repair/]
- this test is known as being sometimes time sensitive so I will leave it for
now
* [
org.apache.cassandra.distributed.upgrade.MixedModeReadTest.mixedModeReadColumnSubsetDigestCheck|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/org.apache.cassandra.distributed.upgrade/MixedModeReadTest/mixedModeReadColumnSubsetDigestCheck/]
- this seems something with the infra maybe?
*
[org.apache.cassandra.net.ProxyHandlerConnectionsTest.testExpireSome|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/org.apache.cassandra.net/ProxyHandlerConnectionsTest/testExpireSome/].
- I think we can open ticket for this one to revise it as it might have
similar issues to those identified for testExpireSomeFromBatch in
CASSANDRA-16538 (to be checked, I did a very, very quick skim here)
If there are no objections I can commit the patch to 4.0 and trunk later.
was (Author: e.dimitrova):
I believe no of the failures is related.
*
[dtest.repair_tests.incremental_repair_test.TestIncRepair.test_multiple_repair|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/dtest.repair_tests.incremental_repair_test/TestIncRepair/test_multiple_repair/]
- this test is known as being sometimes time sensitive so I will leave it for
now
* [
org.apache.cassandra.distributed.upgrade.MixedModeReadTest.mixedModeReadColumnSubsetDigestCheck|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/org.apache.cassandra.distributed.upgrade/MixedModeReadTest/mixedModeReadColumnSubsetDigestCheck/]
- this seems something with the infra maybe?
*
[org.apache.cassandra.net.ProxyHandlerConnectionsTest.testExpireSome|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1143/testReport/junit/org.apache.cassandra.net/ProxyHandlerConnectionsTest/testExpireSome/].
- I think we can open ticket for this one to revise it as it might have
similar issues to those identified for testExpireSomeFromBatch in
CASSANDRA-16538 (to be checked, I did a very, very quick skim here)
If there are no objections I can commit the patch to 4.0 and trunk later.
> CQLSH shell script will fail on Python 3.10
> -------------------------------------------
>
> Key: CASSANDRA-16987
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16987
> Project: Cassandra
> Issue Type: Improvement
> Components: Tool/cqlsh
> Reporter: Bowen Song
> Assignee: Bowen Song
> Priority: Normal
> Fix For: 4.0.x, 4.x
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The `is_supported_version()` function performs a lexicographical comparison
> between the Python version number in the format of `MAJOR.MINOR` with `3.6`.
> This works as expected if the Python version number is between `3.0` and
> `3.9` (inclusive), but will produce an unexpected result if the Python
> version number is `3.10` or above.
> Recommended fix is to split the version number into two integers,
> `$version_major` and `$version_minor` and then compare them to `3` and `6`
> respectively.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]