File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ Otherwise, set a large timeout in `fs.s3a.scale.test.timeout`
539
539
The tests are executed in an order to only clean up created files after
540
540
the end of all the tests. If the tests are interrupted, the test data will remain.
541
541
542
- ## <a name =" CI " > Testing through continuous integration
542
+ ## <a name =" CI " / > Testing through continuous integration
543
543
544
544
### Parallel CI builds.
545
545
For CI testing of the module, including the integration tests,
@@ -554,7 +554,7 @@ To do this
554
554
555
555
```
556
556
mvn verify -T 1C -Dparallel-tests -DtestsThreadCount=14 -Dscale -Dfs.s3a.root.tests.enabled=false -Djob.id=001
557
- ```
557
+ ```
558
558
559
559
This parallel execution feature is only for isolated builds sharing a single S3 bucket; it does
560
560
not support parallel builds and tests from the same local source tree.
You can’t perform that action at this time.
0 commit comments