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

[monitoring] fix: use retrying module in the fixture class #3285

Merged
merged 7 commits into from
Apr 7, 2020

Commits on Apr 6, 2020

  1. fix: mark tests with @eventually_consistent.mark

    fixes GoogleCloudPlatform#2971
    fixes GoogleCloudPlatform#2972
    fixes GoogleCloudPlatform#2973
    fixes GoogleCloudPlatform#3085
    
    It will likely fix those issues, not guaranteed, but it's worth a try.
    Takashi Matsuo committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ac2f9b0 View commit details
    Browse the repository at this point in the history
  2. use flaky instead

    Takashi Matsuo committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    cdb488f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. use pytest marker

    Takashi Matsuo committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c3edce4 View commit details
    Browse the repository at this point in the history
  2. use retrying module in the fixture class

    Takashi Matsuo committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a78c2e6 View commit details
    Browse the repository at this point in the history
  3. pass callback for retry_on_exception

    Takashi Matsuo committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5532261 View commit details
    Browse the repository at this point in the history
  4. retry all the write operations

    Takashi Matsuo committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5f4fcc1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into fix-monitoring

    Takashi Matsuo authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5e9e929 View commit details
    Browse the repository at this point in the history