dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Branch commit CI fails unexpectedly #477

Open dboreham opened 3 years ago

dboreham commented 3 years ago

I committed to a personal feature branch today. CI ran and failed, afaik not due to my code changes:

https://github.com/dxos/sdk/pull/476/checks?check_run_id=1564588144

     > 142 |       const topic = keyToString(publicKey);
 |           |                                   ^
 |       143 | 
 |       144 |       const env = {
 |       145 |         ...process.env,
 | 
 |       at Orchestrator._startBotFactory (../src/orchestrator.ts:142:35)
 |       at Orchestrator.start (../src/orchestrator.ts:63:36)
 |       at Object.<anonymous> (invite.test.ts:10:5)
 | 
 | Test Suites: 3 failed, 1 skipped, 3 of 4 total
 | Tests:       5 failed, 1 skipped, 6 total
 | Snapshots:   0 total
 | Time:        38.924 s
 | Ran all test suites.
 | Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?
 | error Command failed with exit code 1.
 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 | `yarn test` failed with exit code 1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

=============================== Coverage summary ===============================
Statements   : 39.59% ( 3123/7888 )
Branches     : 71.11% ( 320/450 )
Functions    : 56.25% ( 162/288 )
Lines        : 39.59% ( 3123/7888 )
================================================================================
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Process completed with exit code 1.