maytasm commented on a change in pull request #9854:
URL: https://github.com/apache/druid/pull/9854#discussion_r426009407



##########
File path: integration-tests/pom.xml
##########
@@ -446,61 +450,7 @@
                             </suiteXmlFiles>
                         </configuration>
                     </plugin>
-                    <plugin>
-                        <groupId>de.thetaphi</groupId>
-                        <artifactId>forbiddenapis</artifactId>
-                        <configuration>
-                            <signaturesFiles>
-                                <!-- Needed because of 
https://github.com/policeman-tools/forbidden-apis/issues/126 -->
-                                
<signaturesFile>../codestyle/joda-time-forbidden-apis.txt</signaturesFile>
-                                
<signaturesFile>../codestyle/druid-forbidden-apis.txt</signaturesFile>
-                            </signaturesFiles>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>int-tests-config-file</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-failsafe-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>integration-tests</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>integration-test</goal>
-                                    <goal>verify</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <properties>
-                                <property>
-                                    <name>testrunfactory</name>
-                                    
<value>org.testng.DruidTestRunnerFactory</value>
-                                </property>
-                            </properties>
-                            <argLine>
-                                -Duser.timezone=UTC
-                                -Dfile.encoding=UTF-8
-                                -Ddruid.test.config.type=configFile
-                                
-Ddruid.test.config.configFile=${env.CONFIG_FILE}
-                                
-Ddruid.client.https.trustStorePath=client_tls/truststore.jks
-                                
-Ddruid.client.https.trustStorePassword=druid123
-                                
-Ddruid.client.https.keyStorePath=client_tls/client.jks
-                                -Ddruid.client.https.certAlias=druid
-                                
-Ddruid.client.https.keyManagerPassword=druid123
-                                -Ddruid.client.https.keyStorePassword=druid123
-                            </argLine>
-                            <suiteXmlFiles>
-                                
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
-                            </suiteXmlFiles>
-                        </configuration>
-                    </plugin>
+

Review comment:
       I mean that this profile, int-tests-config-file, is not for running 
integration tests with Docker. It can run integration tests against Druid 
running at the given ip. The Druid that is running at the given ip does not 
need to be run using Docker. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to