Skip to content

Commit 8a6408e

Browse files
committed
test: tag .rac.sql scenarios with @tag rac to skip in standard workflows
1 parent 5c03f45 commit 8a6408e

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/0-inputs/rac-concurrent-tables.rac.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- rac-concurrent-tables.rac.sql: Each RAC node operates on a different table.
2+
-- @TAG rac
23
-- Tests OLR's multi-thread support when DML targets separate tables.
34

45
-- @SETUP

tests/0-inputs/rac-ddl-cross-node.rac.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- rac-ddl-cross-node.rac.sql: DDL on node 1, then DML on node 2 using the new schema.
2+
-- @TAG rac
23
-- Tests OLR's ability to detect schema change from thread 1's redo and apply it
34
-- when parsing thread 2's DML.
45
-- @DDL

tests/0-inputs/rac-interleaved.rac.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- rac-interleaved.rac.sql: Alternating DML on same table from both RAC nodes.
2+
-- @TAG rac
23
-- Tests OLR's ability to interleave and SCN-order transactions from multiple threads.
34

45
-- @SETUP

tests/0-inputs/rac-thread2-only.rac.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- rac-thread2-only.rac.sql: All DML on node 2 (thread 2) only.
2+
-- @TAG rac
23
-- Tests OLR's ability to process redo from thread 2 in a RAC environment.
34

45
-- @SETUP

0 commit comments

Comments
 (0)