Skip to content

Commit

Permalink
integration_test: update rpctest version and exception list (#12853)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Nov 25, 2024
1 parent 2595579 commit adb850f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scripts/run_rpc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit adb850f

Please sign in to comment.