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

Generate new network graphs #93

Merged
merged 3 commits into from
Nov 2, 2023

Commits on Oct 31, 2023

  1. graph: add generator

    delete random AS graphs of size `n` using either default tag (latest) or
    random tags from SUPPORTED_TAGS
    willcl-ark committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5ead3a2 View commit details
    Browse the repository at this point in the history
  2. test: only teardown networks when created

    Graph CI won't create a network and errors heavily on teardown.
    Add a flag to TestBase which can bypass this.
    Also add a thread to read server stdout into test logs.
    And tear this thread down in the correct order to not block.
    willcl-ark committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bea13f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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