GSharayu commented on a change in pull request #6828: URL: https://github.com/apache/incubator-pinot/pull/6828#discussion_r617809807
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/CompatibilityOpsRunner.java ########## @@ -54,11 +59,11 @@ private boolean runOps() throws Exception { } public static void main(String[] args) throws Exception { - if (args.length != 2) { + if (args.length != 3) { Review comment: Passing third parameter - testSuiteDir(Parent dir) will help for the part 2 of the issue. It will allow different filePaths under yaml files to be relative to the directory. Or do we want to look for alternative? -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org