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

nixos/test/prometheus-exporters/bird: fix race condition #119498

Merged
merged 2 commits into from Apr 24, 2021

Commits on Apr 15, 2021

  1. nixos/test/prometheus-exporters/bird: fix race condition

    The bird socket would not always be instantly present, when the exporter
    was queried, leading to the test sometimes failing in its entirety.
    mweinelt committed Apr 15, 2021
    Copy the full SHA
    65234f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. nixos/tests/prometheus-exporters/bird: set router id

    Previously bird would refuse to start up because the router id wasn't
    set.
    
    > bird[682]: Cannot determine router ID, please configure it manually
    mweinelt committed Apr 23, 2021
    Copy the full SHA
    fc55a1b View commit details
    Browse the repository at this point in the history