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

Rename and add new utilities in integration tests #4494

Merged
merged 3 commits into from
Mar 15, 2023

Commits on Mar 14, 2023

  1. Rename and add new utilities in integration tests

    Rename generateSeries to generateFloatSeries, generateNSeries to
    generateNFloatSeries. But keep alias to generateSeries for easier
     transition.
    
    Add new generator functions for native histograms and update two tests
    so that they are not unused.
    
    Also fix typo in backward compatibility test.
    
    Use new pkg/test/histogram.go for generating the samples themselves.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a4a1949 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    920729b View commit details
    Browse the repository at this point in the history
  3. Add a utility function to generate different kinds of series based on…

    … index
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e796d5c View commit details
    Browse the repository at this point in the history