From 118f50b04ebed3361b1d9ac51e05b1b62806f4fb Mon Sep 17 00:00:00 2001 From: Alif Merchant Date: Thu, 21 Nov 2024 20:36:45 -0800 Subject: [PATCH] disable tpcc-with-reconnects for oracle --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 66d69e0..fa21607 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -373,7 +373,8 @@ jobs: strategy: fail-fast: false matrix: - benchmark: [ 'auctionmark', 'chbenchmark', 'epinions', 'hyadapt', 'noop', 'otmetrics', 'resourcestresser', 'seats', 'sibench', 'smallbank', 'tatp', 'templated', 'tpcc', 'tpcc-with-reconnects', 'tpch', 'twitter', 'voter', 'wikipedia', 'ycsb' ] + # Disabled 'tpcc-with-reconnect' because of DSQL custom reconnection attempts + benchmark: [ 'auctionmark', 'chbenchmark', 'epinions', 'hyadapt', 'noop', 'otmetrics', 'resourcestresser', 'seats', 'sibench', 'smallbank', 'tatp', 'templated', 'tpcc', 'tpch', 'twitter', 'voter', 'wikipedia', 'ycsb' ] services: oracle: image: gvenzl/oracle-xe:21.3.0-slim-faststart