1--source include/have_rocksdb.inc
2# Don't run the RQG tests with --rpc_protocol because the connections and
3# queries will be coming from Perl where we don't have any ability to
4# specify the query attributes needed for the RPC protocol.
5--source include/not_rpc_protocol.inc
6
7call mtr.add_suppression("Deadlock found when trying to get lock");
8
9# RQG's transactions test
10let $TESTDIR = transactions;
11let $GRAMMAR_FILES = transactions.yy repeatable_read.yy transaction_durability.yy transactions-flat.yy combinations.yy repeatable_read.yy transaction_durability.yy transactions-flat.yy;
12let $DATA_FILE = transactions.zz;
13
14--source rqg.inc
15