[ 
https://issues.apache.org/jira/browse/CASSANDRA-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534997#comment-17534997
 ] 

Andres de la Peña commented on CASSANDRA-17458:
-----------------------------------------------

I have rebased the patch and started CI with repeated runs for 
{{{}SinglePartitionSliceCommandTest{}}}:
||Patch||CI||
|[4.1 
|https://github.com/adelapena/cassandra/commit/0fc3ba4fa91479a201d2050e0ea847d0325cf296]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1537/workflows/171805ea-db04-4dfc-a609-c05b2bf959bf]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1537/workflows/16d3b755-f60c-4ede-8df5-e1b9bfcc3673]|
|[trunk|https://github.com/adelapena/cassandra/commit/eb88e2afa971c48cac72d7e6858d1dc371c7607a]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1535/workflows/2ae4b473-58e8-4ec1-a633-77935b09d871]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1535/workflows/a1026ec7-8517-4be7-92bf-c642e69de1b5]|

I have also replaced the calls to {{makeInternalOptions}} by 
{{makeInternalOptionsWithNowInSec}} in the methods suggested by [~blerer], and 
also in:
 * {{executeAsync(InetAddressAndPort, String, Object...)}}
 * {{execute(String, ConsistencyLevel, QueryState, Object...)}}
 * {{executeInternalWithPaging(String, int, Object...)}}

CI for those additional changes is running:
||Patch||CI||
|[4.1 
|https://github.com/adelapena/cassandra/commit/f4b431dfbd6cb0e84df041024585d3a10d0e59bd]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1538/workflows/718a5c38-be30-4fa4-b25c-a62e07bbb58e]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1538/workflows/53be68bd-8475-43e1-ad6f-7c58687cf2b6]|
|[trunk|https://github.com/adelapena/cassandra/commit/dfbfca0e56b25a380c52e71fff662c33fa7b3f90]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1536/workflows/314f22de-ceeb-4d0a-9c10-97f09330b46b]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1536/workflows/4258809b-8f54-43b2-8ecb-32657cb8dae3]|

> Test Failure: 
> org.apache.cassandra.db.SinglePartitionSliceCommandTest.testPartitionDeletionRangeDeletionTie
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17458
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17458
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Andres de la Peña
>            Assignee: Sathyanarayanan Saravanamuthu
>            Priority: Normal
>              Labels: patch-available
>             Fix For: 4.x
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Intermittent failure on 
> {{org.apache.cassandra.db.SinglePartitionSliceCommandTest#testPartitionDeletionRangeDeletionTie}}
>  for trunk:
> [https://ci-cassandra.apache.org/job/Cassandra-trunk/1024/testReport/org.apache.cassandra.db/SinglePartitionSliceCommandTest/testPartitionDeletionRangeDeletionTie/]
> [https://ci-cassandra.apache.org/job/Cassandra-trunk/1018/testReport/org.apache.cassandra.db/SinglePartitionSliceCommandTest/testPartitionDeletionRangeDeletionTie/]
> {code:java}
> Failed 1 times in the last 11 runs. Flakiness: 10%, Stability: 90%
> Error Message
> Expected [Row[info=[ts=11] ]: c1=1, c2=1 | [v=1 ts=11]] but got [Marker 
> INCL_START_BOUND(1, 1)@10/1647704834, Row[info=[ts=11] ]: c1=1, c2=1 | [v=1 
> ts=11], Marker INCL_END_BOUND(1, 1)@10/1647704834] expected:<[[[v=1 ts=11]]]> 
> but was:<[org.apache.cassandra.db.rows.RangeTombstoneBoundMarker@3db1ed73, 
> [[v=1 ts=11]], 
> org.apache.cassandra.db.rows.RangeTombstoneBoundMarker@1ea92553]>
> Stacktrace
> junit.framework.AssertionFailedError: Expected [Row[info=[ts=11] ]: c1=1, 
> c2=1 | [v=1 ts=11]] but got [Marker INCL_START_BOUND(1, 1)@10/1647704834, 
> Row[info=[ts=11] ]: c1=1, c2=1 | [v=1 ts=11], Marker INCL_END_BOUND(1, 
> 1)@10/1647704834] expected:<[[[v=1 ts=11]]]> but 
> was:<[org.apache.cassandra.db.rows.RangeTombstoneBoundMarker@3db1ed73, [[v=1 
> ts=11]], org.apache.cassandra.db.rows.RangeTombstoneBoundMarker@1ea92553]>
>       at 
> org.apache.cassandra.db.SinglePartitionSliceCommandTest.testPartitionDeletionRangeDeletionTie(SinglePartitionSliceCommandTest.java:463)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Standard Output
> INFO  [main] 2022-03-19 15:51:43,646 YamlConfigurationLoader.java:103 - 
> Configuration location: 
> file:/home/cassandra/cassandra/test/conf/cassandra.yaml
> DEBUG [main] 2022-03-19 15:51:43,653 YamlConfigurationLoader.java:124 - 
> Loading settings from file:/home/cassandra/cassandra/test/conf/cassandra.yaml
> INFO  [main] 2022-03-19 15:51:43,971 Config.java:1119 - Node 
> configuration:[allocate_tokens_for_keyspace=null; 
> allocate_tokens_for_local_replication_factor=null; 
> allow_extra_insecure_udfs=false; all
> ...[truncated 192995 chars]...
> ome/cassandra/cassandra/build/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-37-big-Data.db:level=0,
>  
> /home/cassandra/cassandra/build/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-39-big-Data.db:level=0,
>  
> /home/cassandra/cassandra/build/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-38-big-Data.db:level=0,
>  
> /home/cassandra/cassandra/build/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-40-big-Data.db:level=0,
>  ]
> {code}
> Failures can also be hit with CircleCI test multiplexer:
> [https://app.circleci.com/pipelines/github/adelapena/cassandra/1387/workflows/0f37a726-1dc2-4584-86f9-e99ecc40f551]
> CircleCI results show failures on three separate assertions, with a ~3% 
> flakiness.
> The same test looks ok in 4.0, as suggested by Butler and [this repeated 
> Circle 
> run|https://app.circleci.com/pipelines/github/adelapena/cassandra/1388/workflows/6b69d654-3d19-4f2a-aeb9-dc405c6ddd2b].



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to