The DATABASE_TYPE -> STATEDIFF_MODE was backed out.
All checks were successful
Tests / Run integration tests (pull_request) Successful in 3m39s
Tests / Run compliance tests (pull_request) Successful in 4m3s

This commit is contained in:
Thomas E Lackey 2023-09-29 14:54:56 -05:00
parent f461fb89d4
commit 1a25a05908
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
# Complete integration tests are TODO # Complete integration tests are TODO
- name: Run basic integration test - name: Run basic integration test
env: env:
STATEDIFF_MODE: postgres DATABASE_TYPE: postgres
LEVELDB_PATH: ./fixtures/chaindata/_data/small LEVELDB_PATH: ./fixtures/chaindata/_data/small
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
LOG_FILE: ./server-log LOG_FILE: ./server-log

View File

@ -34,11 +34,11 @@ if [[ -z $output_dir ]]; then
output_dir=$(mktemp -d) output_dir=$(mktemp -d)
fi fi
export STATEDIFF_MODE=postgres
export STATEDIFF_TRIE_WORKERS=32 export STATEDIFF_TRIE_WORKERS=32
export STATEDIFF_SERVICE_WORKERS=8 export STATEDIFF_SERVICE_WORKERS=8
export STATEDIFF_WORKER_QUEUE_SIZE=1024 export STATEDIFF_WORKER_QUEUE_SIZE=1024
export DATABASE_TYPE=postgres
export DATABASE_NAME="cerc_testing" export DATABASE_NAME="cerc_testing"
export DATABASE_HOSTNAME="localhost" export DATABASE_HOSTNAME="localhost"
export DATABASE_PORT=8077 export DATABASE_PORT=8077