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: Topology info panel incorrect accounting bugs #9886

Merged
merged 4 commits into from
Jan 28, 2021

Commits on Jan 25, 2021

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

Commits on Jan 26, 2021

  1. Clamp widths at zero to prevent negative width warnings

    This would only ever realistically happen with fixture data, but still
    good to not have these warnings.
    DingoEatingFuzz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    792559e View commit details
    Browse the repository at this point in the history
  2. Test coverage for the topology info panel.

    This fixes a couple bugs
    
    1. Overreporting resources reserved due to counting terminal allocs
    2. Overreporting unique client placements due to uniquing on object refs
       instead of on client ID.
    DingoEatingFuzz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d3dd3f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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