near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
108 stars 77 forks source link

Testing with workspaces ava #81

Closed d3v3us closed 2 years ago

d3v3us commented 2 years ago

Testing sputnik-dao2 with workspaces-ava

ctindogaru commented 2 years ago

@Buckram123 @deveusss @NinoLipartiia4ire @adsick can you please take a look on this guys?

Since this has been merged, the macos job is failing on every PR with multiple errors that look like this one:

  views.ava.ts › View get_available_amount

  Rejected promise returned by test. Reason:

  Error {
    message: 'Sandbox Server with port: 6441 failed to start after 20000ms',
  }

  › sandboxStarted (node_modules/near-workspaces/src/container/server.ts:70:9)
  › async SandboxServer.start (node_modules/near-workspaces/src/container/server.ts:164:5)
  › async SandboxRuntime.beforeRun (node_modules/near-workspaces/src/container/runtime.ts:263:5)
  › async SandboxRuntime.fork (node_modules/near-workspaces/src/container/runtime.ts:86:7)
  › async Workspace.fork (node_modules/near-workspaces/src/workspace.ts:152:5)
  › async node_modules/near-workspaces-ava/src/index.ts:111:9

If we don't get this fixed soon, i'll be force to revert this PR and remove it from master.