fix: Fix REPLICATION_STREAM_ID
parsing
#1031
ts_test.yml
on: pull_request
List packages
4s
List examples
5s
Matrix: Build and test
Matrix: check_packages
Matrix: check_and_build_examples
Annotations
3 errors
test/cache.test.ts > HTTP Proxy Cache > should get cached response on second request:
packages/typescript-client/test/cache.test.ts#L117
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ test/cache.test.ts:117:32
|
test/integration.test.ts > HTTP Sync > should detect shape deprecation and restart syncing:
packages/typescript-client/test/integration.test.ts#L892
AssertionError: expected [ 200, 409, 200, 200 ] to have a length of 2 but got 4
- Expected
+ Received
- 2
+ 4
❯ test/integration.test.ts:892:39
❯ test/support/test-helpers.ts:32:17
❯ src/client.ts:370:17
❯ ShapeStream.#publish src/client.ts:368:46
❯ ShapeStream.start src/client.ts:298:22
|
Build and test (packages/typescript-client)
Process completed with exit code 1.
|