Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1263#discussion_r127877655
--- Diff: src/test/feature/README.md ---
@@ -16,7 +16,10 @@ Before building the code of feature tests part, just
make sure your compiler sup
2. Load environment configuration by running `source
$INSTALL_PREFIX/greenplum_path.sh`.
3. Load hdfs configuration. For example, `export
HADOOP_HOME=/Users/wuhong/hadoop-2.7.2 && export
PATH=${PATH}:${HADOOP_HOME}/bin`. Since some test cases need `hdfs` and
`hadoop` command, just ensure these commands work before running. Otherwise you
will get failure.
4. Run the cases with`./parallel-run-feature-test.sh 8 ./feature-test`(in
this case 8 threads in parallel), you could use `--gtest_filter` option to
filter test cases(both positive and negative patterns are supported). Please
see more options by running `./feature-test --help`.
-5.You can also run cases with `./parallel-run-feature-test.sh 8
./feature-test --gtest_schedule` (eg. --gtest_schedule=./full_tests.txt) if you
want to run cases in both parallel way and serial way.The schedule file sample
is full_tests.txt which stays in the same directory.
+5. You can also run cases with `./parallel-run-feature-test.sh 8
./feature-test --gtest_schedule` (eg. --gtest_schedule=./full_tests.txt) if you
want to run cases in both parallel way and serial way.The schedule file sample
is full_tests.txt which stays in the same
+directory.
--- End diff --
It looks like 4 and 5 could be combined.
---
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.
---