This is an automated email from the ASF dual-hosted git repository. jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24 in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 870ea8b15f12bab7affa5f70826016491b574672 Author: Jacek Lewandowski <[email protected]> AuthorDate: Mon Mar 21 10:30:13 2022 +0100 STAR-899: Fix merge_schema_failure_4x.btm script to reflect our changed schema handling (#54) (cherry picked from commit a6b3347327f7eb3ed70098dd9eb77bbd5de4d71e) (cherry picked from commit 32e81d3701da0b6a01550349ec9b55a04b155957) (cherry picked from commit c4475e0918cf57802c07494be8b4327e4defd827) (cherry picked from commit 90dd2d6a391d49c1b50bbe8b5a47fda882a074a1) --- byteman/merge_schema_failure_4x.btm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byteman/merge_schema_failure_4x.btm b/byteman/merge_schema_failure_4x.btm index 996852de..8ac84a43 100644 --- a/byteman/merge_schema_failure_4x.btm +++ b/byteman/merge_schema_failure_4x.btm @@ -2,8 +2,8 @@ # Inject node failure on merge schema exit. # RULE inject node failure on merge schema exit -CLASS org.apache.cassandra.schema.Schema -METHOD merge +CLASS org.apache.cassandra.schema.SchemaManager +METHOD mergeAndUpdateVersion AT EXIT # set flag to only run this rule once. IF TRUE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
