Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1007#discussion_r87321265
--- Diff: src/test/feature/gtest-parallel ---
@@ -260,6 +325,8 @@ parser.add_option('--gtest_color', type='string',
default='yes',
help='color output')
parser.add_option('--gtest_filter', type='string', default='',
help='test filter')
+parser.add_option('--gtest_schedule', type='string', default='',
+ help='test schedule')
parser.add_option('--gtest_also_run_disabled_tests', action='store_true',
default=False, help='run disabled tests too')
parser.add_option('--format', type='string', default='filter',
--- End diff --
Well. The help info is just a copy of option string. That is not good I
think. We should make users quick and easy to understand just from the help
info.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---