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

Add service_mongoose_system_metrics_SUITE to dynamic_domains #3281

Merged
merged 3 commits into from
Sep 23, 2021

Commits on Sep 23, 2021

  1. Add service_mongoose_system_metrics_SUITE to dynamic_domains

    Skip cases that use external components
    vkatsuba authored and chrzaszcz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    23d0137 View commit details
    Browse the repository at this point in the history
  2. Use host_type instead of host

    Premwoik authored and chrzaszcz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e035ac5 View commit details
    Browse the repository at this point in the history
  3. Fix system metrics checks

    - Do not assume that the total value is '1' - the difference should be '1'
    - Check that the increment is '1'
    - Do not compare binaries like integers
    - Use ets:match instead of ets:tab2list
    chrzaszcz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6823c8f View commit details
    Browse the repository at this point in the history