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

fix: deflake-ify ITSystemTest#queryWatch #107

Merged
merged 15 commits into from Mar 3, 2020
Merged

fix: deflake-ify ITSystemTest#queryWatch #107

merged 15 commits into from Mar 3, 2020

Commits on Feb 13, 2020

  1. fix: deflakify ITSystemTest#queryWatch

    queryWatch has been flaky because several things are happening in the
    single event stream. This fix splits up the different scenarios being
    tested into their own respective tests and updates the assertions to be
    more specific to the scenario as well as handling the semantics of the
    backend better.
    BenWhitehead committed Feb 13, 2020
    Copy the full SHA
    f288fe6 View commit details
    Browse the repository at this point in the history
  2. chore: copyright header

    BenWhitehead committed Feb 13, 2020
    Copy the full SHA
    4086977 View commit details
    Browse the repository at this point in the history
  3. chore: run formatter

    BenWhitehead committed Feb 13, 2020
    Copy the full SHA
    a0aa026 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Copy the full SHA
    bf14aa9 View commit details
    Browse the repository at this point in the history
  2. cleanup: s/e/event/g

    BenWhitehead committed Feb 26, 2020
    Copy the full SHA
    324ed4f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    03a8b69 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    02a2ee0 View commit details
    Browse the repository at this point in the history
  5. cleanup: update assertion failures to include summary state informati…

    …on to facilitate diagnostics
    BenWhitehead committed Feb 26, 2020
    Copy the full SHA
    e93b231 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dbb20d3 View commit details
    Browse the repository at this point in the history
  7. cleanup: run formatter

    BenWhitehead committed Feb 26, 2020
    Copy the full SHA
    23c9945 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Copy the full SHA
    7c42924 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f699c7a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2a0fee6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7f34c9d View commit details
    Browse the repository at this point in the history
  5. cleanup: update await time to be a multiple of how many events are ex…

    …pected for that type of event
    BenWhitehead committed Mar 2, 2020
    Copy the full SHA
    7336a03 View commit details
    Browse the repository at this point in the history