You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the nightly cron output (or via yarn ci:chainEndpoints locally) and disable the chains (either with isDisabled or isUnreachable) until the issue is resolved. The output as found from the test includes:
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Polkadot @ wss://polkadot.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:61:24
Collectives @ wss://collectives.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Disconnected, code: '1006' reason: ''
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
NeuroWeb @ wss://parachain-rpc.origin-trail.network
testCodeFailure / ERR_TEST_FAILURE
Connection error
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Kusama @ wss://kusama.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
AssetHub @ wss://statemine.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Bajun Network @ wss://bajun.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Kabocha @ wss://kabocha.jelliedowl.net
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Myriad Social Testnet @ wss://ws-rpc.paseo.myriad.social
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Polkadex @ wss://polkadex.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
Moonbase Alpha @ wss://moonbase.public.curie.radiumblock.co/ws
testCodeFailure / ERR_TEST_FAILURE
Connection timeout
x /home/runner/work/apps/apps/node_modules/@polkadot/dev-test/cjs/env/suite.js
check endpoints
subtestsFailed / ERR_TEST_FAILURE
The text was updated successfully, but these errors were encountered:
We are not reproduce these errors particularly for relay chains. We have tested using VPN and monitoring services. We are not able to observe the connection timeout issues. Are all the tests using the same IP address or using a pool of IP addresses?
cc @polkadot-js/notifications
Some configured endpoints are not available.
Check the nightly cron output (or via
yarn ci:chainEndpoints
locally) and disable the chains (either withisDisabled
orisUnreachable
) until the issue is resolved. The output as found from the test includes:The text was updated successfully, but these errors were encountered: