data-storyteller commented on a change in pull request #3482:
URL: https://github.com/apache/hudi/pull/3482#discussion_r691584025
##########
File path: docker/generate_test_suite.sh
##########
@@ -16,6 +16,28 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+usage="
+USAGE:
+$(basename "$0") [--help] [--all boolen] -- Script to generate the test suite
according to arguments provided and run these test suites.
+
+where:
+ --help show this help text
+ --all set the seed value
+ --execute_test_suite flag if test need to execute (DEFAULT- true)
+ --medium_num_iterations number of medium iterations (DEFAULT- 20)
+ --long_num_iterations number of long iterations (DEFAULT- 30)
+ --intermittent_delay_mins delay after every test run (DEFAULT- 1)
+ --table_type hoodie table type to test (DEFAULT COPY_ON_WRITE)
+ --include_long_test_suite_yaml include long infra test suite (DEFAULT
false)
+ --include_medium_test_suite_yaml include medium infra test suite (DEFAULT
false)
+ --cluster_num_itr number of cluster iterations (DEFAULT 30)
+ --include_cluster_yaml include cluster infra test suite (DEFAULT false)
+ --include_cluster_yaml include cluster infra test suite (DEFAULT false)
Review comment:
Removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]