feat: add node refresh subcommand (#211) #73
10 fail, 75 pass in 50m 55s
1 files 10 suites 50m 55s ⏱️
85 tests 75 ✅ 0 💤 10 ❌
75 runs 66 ✅ 0 💤 9 ❌
Results for commit d1017d8.
Annotations
github-actions / E2E Test Results
[afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: NodeCommand Bootstrap …NodeCommand Bootstrap network for test [release v0.49.0-alpha.2, keyFormat: pem] should succeed with node start command) failed
junit-e2e.xml [took 22m 0s]
Raw output
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 1200000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at it (/runner/_work/solo/solo/test/test_util.js:210:5)
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at describe (/runner/_work/solo/solo/test/test_util.js:178:3)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:57:25
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:62:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
Error: expect.assertions(1)
Expected one assertion to be called but received zero assertion calls.
at Object.assertions (/runner/_work/solo/solo/test/test_util.js:211:14)
at Promise.then.completed (/runner/_work/solo/solo/node_modules/jest-circus/build/utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/runner/_work/solo/solo/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusTest (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:316:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at _runTest (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:252:3)
at _runTestsForDescribeBlock (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:126:9)
at _runTestsForDescribeBlock (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:121:9)
at _runTestsForDescribeBlock (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:121:9)
at run (/runner/_work/solo/solo/node_modules/jest-circus/build/run.js:71:3)
at runAndTransformResultsToJestFormat (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: NodeCommand Node shoul…ommand Node should start successfully [mode stop, release v0.49.0-alpha.2, keyFormat: pem] Balance query should succeed) failed
junit-e2e.xml [took 2m 1s]
Raw output
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:62:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: NodeCommand Node shoul…and Node should start successfully [mode stop, release v0.49.0-alpha.2, keyFormat: pem] Account creation should succeed) failed
junit-e2e.xml [took 2m 2s]
Raw output
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:62:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: NodeCommand Node shoul…p, release v0.49.0-alpha.2, keyFormat: pem] Node Proxy should be UP [mode stop, release v0.49.0-alpha.2, keyFormat: pem) failed
junit-e2e.xml [took 2m 20s]
Raw output
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 20000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:76:5
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:71:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:62:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: [afterEach - ERROR]: NodeCommand Node shoul…deCommand Node should refresh successfully [mode stop, release v0.49.0-alpha.2, keyFormat: pem] node0 should be running) failed
junit-e2e.xml [took 2m 20s]
Raw output
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 20000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at nodePodShouldBeRunning (/runner/_work/solo/solo/test/e2e/commands/node.test.mjs:175:3)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:107:5
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:90:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:62:3
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:81:13
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/node_modules/jest-each/build/bind.js:47:15
at Array.forEach (<anonymous>)
at eachBind (/runner/_work/solo/solo/node_modules/jest-each/build/bind.js:39:22)
at /runner/_work/solo/solo/test/e2e/commands/node.test.mjs:46:3
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
Check warning on line 0 in AccountManager should be able to load a new client
github-actions / E2E Test Results
AccountManager should be able to load a new client (AccountManager should be able to load a new client) failed
junit-e2e.xml [took 5s]
Raw output
Error: listen EADDRINUSE: address already in use 127.0.0.1:30212
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30213
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30214
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
TypeError: e.message.contains is not a function
at contains (/runner/_work/solo/solo/src/core/k8.mjs:732:25)
at Server.close (node:net:2254:9)
at Object.onceWrapper (node:events:632:28)
at Server.emit (node:events:518:28)
at emitCloseNT (node:net:2314:8)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/core/account_manager.test.mjs:57:3
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/core/account_manager.test.mjs:24:1
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterAll - ERROR]: AccountCommand account init command should succeed with init command ([afterAll - ERROR]: AccountCommand account init command should succeed with init command) failed
junit-e2e.xml [took 3m 0s]
Raw output
Error: listen EADDRINUSE: address already in use 127.0.0.1:30212
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30213
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30214
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Unexpected server response: 404
Error: thrown: "Exceeded timeout of 180000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:74:5
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:73:3
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:37:1
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterAll - ERROR]: AccountCommand account init command [afterAll - ERROR]: special accounts should have new keys account 3 sho…nd account init command [afterAll - ERROR]: special accounts should have new keys account 3 should not have genesis key) failed
junit-e2e.xml [took 20s]
Raw output
Unexpected server response: 404
Error: thrown: "Exceeded timeout of 20000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:94:11
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:79:5
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:73:3
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:37:1
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
github-actions / E2E Test Results
[afterAll - ERROR]: AccountCommand account create/update command should create account with no options ([afterAll - ERROR]: AccountCommand account create/update command should create account with no options) failed
junit-e2e.xml [took 40s]
Raw output
Error: listen EADDRINUSE: address already in use 127.0.0.1:30212
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30213
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: listen EADDRINUSE: address already in use 127.0.0.1:30214
at Server.setupListenHandle [as _listen2] (node:net:1897:16)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Unexpected server response: 404
Error: thrown: "Exceeded timeout of 40000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:110:5
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:107:3
at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)
at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)
at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:37:1
at SourceTextModule.evaluate (node:internal/vm/module:229:23)
at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)
at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)
Check warning on line 0 in Test execution failure: could be caused by test hooks like 'afterAll'.
github-actions / E2E Test Results
Test execution failure: could be caused by test hooks like 'afterAll'. ( Test execution failure: could be caused by test hooks like 'afterAll'.) failed
junit-e2e.xml [took 0s]
Raw output
{"message":"","stack":"Error: thrown: \"Exceeded timeout of 5000 ms for a hook.\nAdd a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout.\"\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:88:7\n at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)\n at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:79:5\n at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)\n at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:73:3\n at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)\n at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:37:1\n at SourceTextModule.evaluate (node:internal/vm/module:229:23)\n at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)\n at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)\n at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)\n at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)\nError: thrown: \"Exceeded timeout of 5000 ms for a hook.\nAdd a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout.\"\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:58:3\n at _dispatchDescribe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:91:26)\n at describe (/runner/_work/solo/solo/node_modules/jest-circus/build/index.js:55:5)\n at /runner/_work/solo/solo/test/e2e/commands/account.test.mjs:37:1\n at SourceTextModule.evaluate (node:internal/vm/module:229:23)\n at Runtime.linkAndEvaluateModule (/runner/_work/solo/solo/node_modules/jest-runtime/build/index.js:710:20)\n at jestAdapter (/runner/_work/solo/solo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)\n at runTestInternal (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:367:16)\n at runTest (/runner/_work/solo/solo/node_modules/jest-runner/build/runTest.js:444:34)"}