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
now that the cloudflare tunnel is implemented, we could close this, but fixing the tunnel reveals that the eventual consistency in api2 is still an issue, causing the same test to fail sporadically, so we need to fix that first:
● API integration › assembly cancelation › should stop the assembly from reaching completion
expect(received).toBe(expected) // Object.is equality
Expected: "ASSEMBLY_CANCELED"
Received: "ASSEMBLY_EXECUTING"
445 | const resp2 = await client.getAssembly(id)
446 | console.log(`Expect Assembly ${id} to return 'ASSEMBLY_CANCELED'`)
> 447 | expect(resp2.ok).toBe('ASSEMBLY_CANCELED')
| ^
448 |
449 | // Check that awaitAssemblyCompletion gave the correct response too
450 | const awaitCompletionResponse = await awaitCompletionPromise
at Object.it (test/integration/__tests__/live-api.js:447:26)
until we can implement a localtunnel replacement, I disabled the scheduled tests in 90cdfc6 in order to reduce noise. need to re-enable
#89 (comment)
The text was updated successfully, but these errors were encountered: