fix: enable multi-chain testing across all workflows
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 49s
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
CLI Tests / test-cli (push) Failing after 5s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 7s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Has started running
Deploy to Testnet / notify-deployment (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 3m4s
Multi-Node Blockchain Health Monitoring / health-check (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Production Tests / Production Integration Tests (push) Successful in 20s
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 49s
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
CLI Tests / test-cli (push) Failing after 5s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 7s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Has started running
Deploy to Testnet / notify-deployment (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 3m4s
Multi-Node Blockchain Health Monitoring / health-check (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Production Tests / Production Integration Tests (push) Successful in 20s
- Enable CHECK_CHAIN_ID_CONSISTENCY and set CHAINS in blockchain-sync-verification - Add CHAINS environment variable to cli-level1-tests for blockchain commands - Re-enable test-cross-chain-sync and test-multi-chain-consensus jobs - Update cross-chain transaction tests to use ait-mainnet and ait-testnet - Add CHAINS to cross-node-transaction-testing, multi-node-health, and production-tests - Update test_api_endpoints.py to test both chain_id parameters - Modify blockchain
This commit is contained in:
@@ -125,6 +125,9 @@ jobs:
|
||||
cd /var/lib/aitbc-workspaces/production-tests/repo
|
||||
export PYTHONPATH="apps/agent-coordinator/src:$PYTHONPATH"
|
||||
|
||||
# Test both chains
|
||||
export CHAINS="ait-mainnet,ait-testnet"
|
||||
|
||||
venv/bin/pytest tests/production/ \
|
||||
-v \
|
||||
--tb=short \
|
||||
|
||||
Reference in New Issue
Block a user