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

UI: Fixed flaky client-detail test #5674

Merged
merged 1 commit into from
May 10, 2019
Merged

Commits on May 9, 2019

  1. Fixed flaky client-detail test

    Since one allocation is preempted, the alloc factory creates a new alloc
    that wasn't guaranteed to be running. When it is the first alloc row in
    the table, then the alloc row detail test fails because non-running
    allocs don't have metrics. The fix was to manually update all the alloc
    clientStatuses.
    DingoEatingFuzz committed May 9, 2019
    Configuration menu
    Copy the full SHA
    f88c4d7 View commit details
    Browse the repository at this point in the history