-
Notifications
You must be signed in to change notification settings - Fork 455
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
[tests] Add conversion of prometheus docker integration test - part 1 #3921
Conversation
72e9b8a
to
667f449
Compare
Codecov Report
@@ Coverage Diff @@
## master #3921 +/- ##
======================================
Coverage 56.9% 56.9%
======================================
Files 555 555
Lines 63386 63386
======================================
Hits 36071 36071
Misses 24129 24129
Partials 3186 3186
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
c9db6db
to
a37097a
Compare
667f449
to
8903409
Compare
6e2ef30
to
f6c28c2
Compare
f6c28c2
to
0a5f62e
Compare
@@ -89,18 +89,46 @@ func SetupCluster( | |||
} | |||
|
|||
var ( | |||
aggDatabase = admin.DatabaseCreateRequest{ | |||
unaggDatabase = admin.DatabaseCreateRequest{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah so now by default test clusters will have two namespaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it already does. They were just being created incorrectly here previously. This also mirrors what we do with the existing integration tests.
Enabled: true, | ||
BlockSizeNanos: int64(30 * time.Minute), | ||
}, | ||
RetentionOptions: &namespace.RetentionOptions{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this should be defined as a default constant?
What this PR does / why we need it:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: