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

Move e2e tests for metrics export to integration status to reduce crosstalk flakiness #1782

Closed
wants to merge 11 commits into from

Commits on Oct 7, 2020

  1. Move e2e tests for metrics export to integration status to reduce cro…

    …sstalk flakiness
    Evan Anderson committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    fe41fe3 View commit details
    Browse the repository at this point in the history
  2. Fix gofmt

    Evan Anderson committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    21c185f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Add e2e script for pkg.

    Evan Anderson committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4470e5c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Mark test executable

    Evan Anderson committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    73fede0 View commit details
    Browse the repository at this point in the history
  2. Add common library for e2e tests

    Evan Anderson committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    25cf33e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Don't need serving's common library at all

    Evan Anderson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    60c3c49 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Address Victor's feedback.

    Fix one bug where prometheus wouldn't work if only the port changed.
    
    Fix timeout to work correctly in the record_e2e_test.
    
    Fix one bug in the record_e2e_test when multiple measures came in for the same metric.
    Evan Anderson committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e7d5ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03b609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2f9091 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Clean up the factory/exporter registration lifecycle. It's fine to Un…

    …register(nil), but not to Register(nil).
    Evan Anderson committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    211b2be View commit details
    Browse the repository at this point in the history
  2. Clean up isNewExporterRequired

    Evan Anderson committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c7d694f View commit details
    Browse the repository at this point in the history