feat: cross-region storage test #372
pull-request.yml
on: pull_request
Verify
/
Lint
5s
Verify
/
Test
3m 50s
Annotations
5 errors and 1 warning
Verify / Lint
Process completed with exit code 1.
|
src/crossRegion.test.ts > Given an instance of the StorageClient (bound to staging) > When I edit a file from one region > Then it should be accessible from the Lens API in another region:
packages/client/src/crossRegion.test.ts#L91
AssertionError: expected { __typename: 'Account', …(9) } to match object { metadata: { name: 'Bruce Wayne' } }
(39 matching properties omitted from actual)
- Expected
+ Received
Object {
"metadata": Object {
- "name": "Bruce Wayne",
+ "name": "John Doe",
},
}
❯ src/crossRegion.test.ts:91:30
|
src/actions/accountManager.test.ts > Given the 'createAccountWithUsername' action > When creating a new Account > Then it should be able to perform social operations in a signless fashion (e.g., updating Account metadata):
packages/client/src/actions/accountManager.test.ts#L60
InvariantError: Expected result to be Ok: [GraphQL] Bad request - Metadata URI not found
❯ Module.l ../types/src/helpers/assertions.ts:31:11
❯ src/actions/accountManager.test.ts:60:7
|
src/actions/notifications.test.ts > Given the 'fetchNotifications' action > When invoked > Then it should not fail w/ a GQL BadRequest error:
packages/client/src/actions/notifications.test.ts#L12
InvariantError: Expected result to be Ok: [GraphQL] Server error - PgError error deserializing column 1: cannot convert between the Rust type `u32` and the Postgres type `numeric`
❯ Module.l ../types/src/helpers/assertions.ts:31:11
❯ src/actions/notifications.test.ts:12:7
|
Verify / Test
Process completed with exit code 1.
|
Verify / Test
Cache not found for keys: node-cache-Linux-x64-pnpm-717fb548120373b0bc1712a9c4b0524695df210a6f2a65f3662a9e5850f4a7fe
|