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

Commits on Apr 25, 2023

  1. add ability to update / retrieve fake GraphQL service latencies; add …

    …ability to view all running mutations for fake GraphQL service; working unit test that validates update response via observe, checks for running mutations in GraphQL service, and validates sent requests
    david-mcafee committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    dffb72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8d1ee View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. checkpoint

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6de8ab4 View commit details
    Browse the repository at this point in the history
  2. testing checkpoint

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    71efe9f View commit details
    Browse the repository at this point in the history
  3. issue reproduced

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3985daa View commit details
    Browse the repository at this point in the history
  4. cleanup, update comments

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ed539ee View commit details
    Browse the repository at this point in the history
  5. further cleanup

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7519e0f View commit details
    Browse the repository at this point in the history
  6. further cleanup

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d358db7 View commit details
    Browse the repository at this point in the history
  7. update comments

    david-mcafee committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    260ecee View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. placeholder test cases

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b7292af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7788eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed87a4 View commit details
    Browse the repository at this point in the history
  4. update comments

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9e41c79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3468826 View commit details
    Browse the repository at this point in the history
  6. remove unused pauses

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cadfc8a View commit details
    Browse the repository at this point in the history
  7. minor updates

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    73b87bd View commit details
    Browse the repository at this point in the history
  8. fake service cleanup

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bb8555d View commit details
    Browse the repository at this point in the history
  9. add TODO to fix

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f599cb0 View commit details
    Browse the repository at this point in the history
  10. add todo for fix

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ebacc28 View commit details
    Browse the repository at this point in the history
  11. fine tune tests

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    642afd4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea7be9f View commit details
    Browse the repository at this point in the history
  13. fix ts ignore

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8d6612a View commit details
    Browse the repository at this point in the history
  14. remove vs code config

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e0e5693 View commit details
    Browse the repository at this point in the history
  15. update comment

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3a63905 View commit details
    Browse the repository at this point in the history
  16. remove TODOs

    david-mcafee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d375c66 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. update comment

    david-mcafee committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    30c4e4c View commit details
    Browse the repository at this point in the history
  2. update tests

    david-mcafee committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    797f069 View commit details
    Browse the repository at this point in the history
  3. address PR feedback

    david-mcafee committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2e575d2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    209ea30 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    4e9f772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65829e1 View commit details
    Browse the repository at this point in the history
  3. minor updates

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    3c7955e View commit details
    Browse the repository at this point in the history
  4. address PR feedback

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    efd7d0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df3bfd6 View commit details
    Browse the repository at this point in the history
  6. address PR feedback

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7bbe781 View commit details
    Browse the repository at this point in the history
  7. update comment

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d289120 View commit details
    Browse the repository at this point in the history
  8. remove vs config

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ccf54ed View commit details
    Browse the repository at this point in the history
  9. fix import

    david-mcafee committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1b56d39 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    57a958f View commit details
    Browse the repository at this point in the history