Fixed flakes and added parallelization to ChainComponents tests #1197
Annotations
3 errors
Run Tests
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-test '-test.timeout=10m'
--- FAIL: TestChainComponents (0.06s)
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337.Txm\tgas/models.go:59\tInitializing EVM gas estimator in mode: FixedPrice\t{"version": "unset@unset", "estimatorMode": "FixedPrice", "batchSize": 25, "blockDelay": 1, "blockHistorySize": 8, "eip1559FeeCapBufferBlocks": 1, "transactionPercentile": 60, "eip1559DynamicFees": true, "gasBumpPercent": 20, "gasBumpThreshold": 0, "bumpMin": "5 gwei", "feeCapDefault": "1 gwei", "limitMultiplier": 1, "priceDefault": "1 gwei", "tipCapDefault": "1 mwei", "tipCapMin": "1 wei", "priceMax": "100 gwei", "priceMin": "0", "estimateLimit": false, "daOracleType": null, "daOracleAddress": "<nil>"}
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337.Txm\tlegacyevm/evm_txm.go:34\tInitializing EVM transaction manager\t{"version": "unset@unset", "bumpTxDepth": 16, "maxInFlightTransactions": 16, "maxQueuedTransactions": 250, "nonceAutoSync": true, "limitDefault": 500000}
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337.Txm\ttxmgr/builder.go:51\tEvmForwarderManager: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:175\tResender: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.247Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:180\tTxReaper: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tDEBUG\tchainlink/application.go:328\tExternal registry not configured, skipping registry syncer and starting with an empty registry\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tDEBUG\tchainlink/application.go:359\tPyroscope (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tINFO\tchainlink/application.go:367\tNurse service (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tINFO\tchainlink/application.go:383\tDatabaseBackup: periodic database backups are disabled. To enable automatic backups, set Database.Backup.Mode=lite or Database.Backup.Mode=full\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tWARN\tTelemetryManager\ttelemetry/manager.go:78\tno telemetry endpoint found for network "EVM" chainID "1337", telemetry "head-report" for contractID "" will NOT be sent\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tDEBUG\tchainlink/application.go:543\tP2P stack not needed\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tDEBUG\tchainlink/application.go:583\tOff-chain reporting disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.251Z\tDEBUG\tchainlink/application.go:634\tOff-chain reporting v2 disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:37:33.262Z\tERROR\tchainlink/application.go:746\t[Feeds Service] Failed to start CSA key does not exist\t{"version": "unset@unset"}
github.com/smartcontractkit/chainlink/v2/core/services/chainlink.(*ChainlinkApplication).Start
\t/home/runner/work/chainlink/chainlink/core/services/chainlink/application.go:746
github.com/smartcontractkit/chainlink/v2/core/internal/cltest.(*TestApplication).Start
\t/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:610
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).TXM
\t/home/runner/work/chainlink/chainlink/core/services/relay/evm/chain_components_test.go:446
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).Init
\t/home/runner/work/chainlink/chainlink/core/services/
|
Run Tests
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/services/relay/evm
|
Run Tests
Error, 1 tests completed with an error, or failed to run. See output for details.. Error: 1 tests completed with an error, or failed to run. See output for details.
at validateRunResultsOrThrow (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116108:11)
at runTestBinaries (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116243:10)
at async runStep (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116376:26)
at async run (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116326:25)
|
Loading