From adb850f1b26ce2dc473b8bc29c421b93bfa3f2e6 Mon Sep 17 00:00:00 2001 From: lupin012 <58134934+lupin012@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:22:12 +0100 Subject: [PATCH] integration_test: update rpctest version and exception list (#12853) --- .github/workflows/qa-rpc-integration-tests.yml | 2 +- .github/workflows/scripts/run_rpc_tests.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-rpc-integration-tests.yml b/.github/workflows/qa-rpc-integration-tests.yml index 6e83c64bdf0..f945206a83c 100644 --- a/.github/workflows/qa-rpc-integration-tests.yml +++ b/.github/workflows/qa-rpc-integration-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout RPC Tests Repository & Install Requirements run: | rm -rf ${{ runner.workspace }}/rpc-tests - git -c advice.detachedHead=false clone --depth 1 --branch v1.14.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests + git -c advice.detachedHead=false clone --depth 1 --branch v1.18.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests cd ${{ runner.workspace }}/rpc-tests pip3 install -r requirements.txt diff --git a/.github/workflows/scripts/run_rpc_tests.sh b/.github/workflows/scripts/run_rpc_tests.sh index 94e75418435..5dadc6ee7d8 100755 --- a/.github/workflows/scripts/run_rpc_tests.sh +++ b/.github/workflows/scripts/run_rpc_tests.sh @@ -8,7 +8,7 @@ disabled_tests=( trace_rawTransaction # Erigon bug https://github.com/erigontech/erigon/issues/12603 erigon_getLatestLogs - # created task https://github.com/erigontech/erigon/issues/12668 + # created task https://github.com/erigontech/erigon/issues/12668 is merged debug_traceCallMany/test_02.tar debug_traceCallMany/test_04.tar debug_traceCallMany/test_05.tar @@ -20,6 +20,7 @@ disabled_tests=( engine_exchangeCapabilities/test_1.json engine_exchangeTransitionConfigurationV1/test_01.json engine_getClientVersionV1/test_1.json + # waiting PR https://github.com/erigontech/rpc-tests/pull/298 to be merged trace_replayBlockTransactions/test_29.tar # these tests requires Erigon active admin_nodeInfo/test_01.json