forked from kroxylicious/kroxylicious
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding metrics system tests (kroxylicious#1055)
* adding metrics system tests * make all timeouts of type Duration * suggested changes * added suggested changes * remove TestUtils waitFor method * reduce code smells * remove code smells * fix format * fix format * Update kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/executor/Exec.java Co-authored-by: Keith Wall <[email protected]> Signed-off-by: Francisco Vila <[email protected]> * reduce code smells * remove code smells * fix imports * Update kroxylicious-systemtests/src/test/java/io/kroxylicious/systemtests/MetricsST.java Co-authored-by: Keith Wall <[email protected]> Signed-off-by: Francisco Vila <[email protected]> * Update kroxylicious-systemtests/src/test/java/io/kroxylicious/systemtests/MetricsST.java Co-authored-by: Keith Wall <[email protected]> Signed-off-by: Francisco Vila <[email protected]> * Update kroxylicious-systemtests/src/test/java/io/kroxylicious/systemtests/MetricsST.java Co-authored-by: Keith Wall <[email protected]> Signed-off-by: Francisco Vila <[email protected]> * Update kroxylicious-systemtests/src/test/java/io/kroxylicious/systemtests/MetricsST.java Co-authored-by: Keith Wall <[email protected]> Signed-off-by: Francisco Vila <[email protected]> * remove memory config for scraper * remove scraper image variable --------- Signed-off-by: Francisco Vila <[email protected]> Co-authored-by: Keith Wall <[email protected]>
- Loading branch information
Showing
22 changed files
with
779 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/enums/ComponentType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright Kroxylicious Authors. | ||
* | ||
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 | ||
*/ | ||
|
||
package io.kroxylicious.systemtests.enums; | ||
|
||
public enum ComponentType { | ||
KROXYLICIOUS | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.