-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-2022. Add additional freon tests #1341
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
Conversation
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.
Thanks for working on this @elek. The change looks promising. I noticed an attempt to create duplicate items due to using number of prior successful tasks to identify new ones. Will continue reviewing, but you might want to fix it in the meantime.
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OzoneClientKeyValidator.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OzoneClientKeyValidator.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OzoneClientKeyValidator.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/SameKeyReader.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/SameKeyReader.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/HadoopFsValidator.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/BaseFreonGenerator.java
Outdated
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
…/OzoneClientKeyValidator.java Co-Authored-By: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
…/OzoneClientKeyValidator.java Co-Authored-By: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
…/HadoopFsValidator.java Co-Authored-By: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
…/BaseFreonGenerator.java Co-Authored-By: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
💔 -1 overall
This message was automatically generated. |
/retest |
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.
+1
Merged to the trunk. Thanks @adoroszlai and @arp7 the reviews. |
Freon is a generic load generator tool for ozone (ozone freon) which supports multiple generation pattern.
As of now only the random-key-generator is implemented which uses ozone rpc client.
It would be great to add additional tests:
See: https://issues.apache.org/jira/browse/HDDS-2022