You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by pr...@apache.org on 2023/02/21 23:12:45 UTC

[druid] branch master updated: Fixup typos in integration-test README. (#13828)

This is an automated email from the ASF dual-hosted git repository.

progers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 8595271b55 Fixup typos in integration-test README. (#13828)
8595271b55 is described below

commit 8595271b556f92a67483dee7fa976d2c343f4e6d
Author: Abhishek Radhakrishnan <ab...@gmail.com>
AuthorDate: Tue Feb 21 15:12:37 2023 -0800

    Fixup typos in integration-test README. (#13828)
---
 integration-tests/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/README.md b/integration-tests/README.md
index c995795e11..b9f4769941 100644
--- a/integration-tests/README.md
+++ b/integration-tests/README.md
@@ -80,10 +80,10 @@ Parameters:
 the test group for a given test as an annotation in the respective test class. A list of test groups can be found at
 `integration-tests/src/test/java/org/apache/druid/tests/TestNGGroup.java`. The annotation uses a string
 constant defined in `TestNGGroup.java`, be sure to use the constant value, not name. For example,
-if your test has the the annotation: `@Test(groups = TestNGGroup.BATCH_INDEX)` then use the argument
+if your test has the annotation: `@Test(groups = TestNGGroup.BATCH_INDEX)` then use the argument
 `-Dgroups=batch-index`.
 
-* Test Name: Use the fully-qualified class name. For example, `org.apache.druid.tests.BATCH_INDEX`.
+* Test Name: Use the fully-qualified class name. For example, `org.apache.druid.tests.indexer.ITOverwriteBatchIndexTest`.
 
 * Add `-pl :druid-integration-tests` when running integration tests for the second time or later without changing
 the code of core modules in between to skip up-to-date checks for the whole module dependency tree.
@@ -118,7 +118,7 @@ after which Maven will helpfully start downloading snapshot jars from an upstrea
 This is, unfortunately, a feature of the build scripts. The `-nsu` option above tries to force
 Maven to only look locally for snapshot jars.
 
-## Running tests against mannually brought up Docker containers
+## Running tests against manually brought up Docker containers
 
 1. Build docker images.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org