Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataStore unit tests for observed rapid single-field mutations with variable connection latencies; add monitoring to fake GraphQL service for in-flight mutations and subscriptions; add helpers for updating artificial testing latencies #11312

Merged
merged 39 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
dffb72b
add ability to update / retrieve fake GraphQL service latencies; add …
david-mcafee Apr 25, 2023
be8d1ee
remove pauses (resolved by waiting for outbox); add additional fields…
david-mcafee Apr 25, 2023
6de8ab4
checkpoint
david-mcafee Apr 26, 2023
71efe9f
testing checkpoint
david-mcafee Apr 26, 2023
3985daa
issue reproduced
david-mcafee Apr 26, 2023
ed539ee
cleanup, update comments
david-mcafee Apr 26, 2023
7519e0f
further cleanup
david-mcafee Apr 26, 2023
d358db7
further cleanup
david-mcafee Apr 26, 2023
260ecee
update comments
david-mcafee Apr 26, 2023
b7292af
placeholder test cases
david-mcafee Apr 27, 2023
7788eb1
Merge branch 'main' into datastore-consistency-testing
david-mcafee Apr 27, 2023
aed87a4
remove unnecessary timeouts; update comments
david-mcafee Apr 27, 2023
9e41c79
update comments
david-mcafee Apr 27, 2023
3468826
add all test permutations
david-mcafee Apr 27, 2023
cadfc8a
remove unused pauses
david-mcafee Apr 27, 2023
73b87bd
minor updates
david-mcafee Apr 27, 2023
bb8555d
fake service cleanup
david-mcafee Apr 27, 2023
f599cb0
add TODO to fix
david-mcafee Apr 27, 2023
ebacc28
add todo for fix
david-mcafee Apr 27, 2023
642afd4
fine tune tests
david-mcafee Apr 27, 2023
ea7be9f
update assertions to fail as expected, skip tests, update comments
david-mcafee Apr 27, 2023
8d6612a
fix ts ignore
david-mcafee Apr 27, 2023
e0e5693
remove vs code config
david-mcafee Apr 27, 2023
3a63905
update comment
david-mcafee Apr 27, 2023
d375c66
remove TODOs
david-mcafee Apr 27, 2023
30c4e4c
update comment
david-mcafee Apr 28, 2023
797f069
update tests
david-mcafee Apr 28, 2023
2e575d2
address PR feedback
david-mcafee Apr 28, 2023
209ea30
refactor fake service assertions into util
david-mcafee May 1, 2023
4e9f772
update assertions, update fake service util
david-mcafee May 2, 2023
65829e1
Update packages/datastore/__tests__/helpers/fakes/graphqlService.ts
david-mcafee May 2, 2023
3c7955e
minor updates
david-mcafee May 2, 2023
efd7d0b
address PR feedback
david-mcafee May 2, 2023
df3bfd6
Merge branch 'main' into datastore-consistency-testing
david-mcafee May 2, 2023
7bbe781
address PR feedback
david-mcafee May 2, 2023
d289120
update comment
david-mcafee May 2, 2023
ccf54ed
remove vs config
david-mcafee May 2, 2023
1b56d39
fix import
david-mcafee May 2, 2023
57a958f
Merge branch 'main' into datastore-consistency-testing
david-mcafee May 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading