[ https://issues.apache.org/jira/browse/CASSANDRA-19168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817046#comment-17817046 ]
Ekaterina Dimitrova edited comment on CASSANDRA-19168 at 2/13/24 4:43 PM: -------------------------------------------------------------------------- Thanks! The patch was squashed and updated with your suggestion (new branch for 5.0 so we easily compare with the PR): 5.0 - [https://github.com/ekaterinadimitrova2/cassandra/tree/C-19168-5.0-final] trunk - [https://github.com/ekaterinadimitrova2/cassandra/tree/C-19168-trunk] Running CI at the moment: 5.0 - [https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C-19168-5.0-final] trunk - [https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C-19168-trunk] I also ran the updateTest with all possible options for memtable_allocation_type locally on both branches; it completed successfully. *5.0 CI failures:* truncateWhileUpgrading-_jdk17 - possible related to CASSANDRA-18635, checking with Berenguer *trunk CI failures:* - test_consistent_range_movement_true_with_replica_down_should_fail - seems unrelated, I will check and open a ticket - testOptionalMtlsModeDoNotAllowNonSSLConnections-cassandra.testtag_IS_UNDEFINED - known from CASSANDRA-19239 - test_move_single_node_localhost - known from CASSANDRA-19226 - test_authorization_handle_unavailable - known from CASSANDRA-19217 - org.apache.cassandra.simulator.test.HarrySimulatorTest - known from CASSANDRA-19279 - test_stop_failure_policy - known from CASSANDRA-19100 - optionalTlsConnectionAllowedToRegularPortTest-cassandra.testtag_IS_UNDEFINED and testOptionalMtlsModeDoNotAllowNonSSLConnections-cassandra.testtag_IS_UNDEFINED - known from CASSANDRA-19239 was (Author: e.dimitrova): Thanks! The patch was squashed and updated with your suggestion (new branch for 5.0 so we easily compare with the PR): 5.0 - https://github.com/ekaterinadimitrova2/cassandra/tree/C-19168-5.0-final trunk - https://github.com/ekaterinadimitrova2/cassandra/tree/C-19168-trunk Running CI at the moment: 5.0 - https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C-19168-5.0-final trunk - https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C-19168-trunk I also ran the updateTest with all possible options for memtable_allocation_type locally on both branches; it completed successfully. > Test Failure: VectorUpdateDeleteTest fails with heap_buffers > ------------------------------------------------------------ > > Key: CASSANDRA-19168 > URL: https://issues.apache.org/jira/browse/CASSANDRA-19168 > Project: Cassandra > Issue Type: Bug > Components: Feature/Vector Search > Reporter: Branimir Lambov > Assignee: Ekaterina Dimitrova > Priority: Normal > Fix For: 5.0-rc, 5.x > > > When {{memtable_allocation_type}} is set to {{heap_buffers}}, {{updateTest}} > fails with > {code} > junit.framework.AssertionFailedError: Result set does not contain a row with > pk = 0 > at > org.apache.cassandra.index.sai.cql.VectorTypeTest.assertContainsInt(VectorTypeTest.java:133) > at > org.apache.cassandra.index.sai.cql.VectorUpdateDeleteTest.updateTest(VectorUpdateDeleteTest.java:308) > at > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) > at > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org