Re: Trying to run Flink tests

2020-10-23 Thread Xintong Song
Hi Dan, I think these are unstable test cases. As we are approaching the feature freeze date for release 1.12.0, people are busy merging new features recently, which lead to the test instability. I'm not aware of any issue reported on the `OrcColumnarRowSplitReaderTest`. >From what you described,

Re: Trying to run Flink tests

2020-10-23 Thread Dan Hill
Changing down to maven 3.2 shows an error. It seems like I'm hitting flaky tests. I hit one error and then a different error when running again. I'm not blocked now. My diff was already merged and the related tests pass. Neither of these failures look related to my diff. <<< FAILURE! - in o

Re: Trying to run Flink tests

2020-10-22 Thread Xintong Song
Hi Dan, I tried with the PR you pointed out, and cannot reproduce the problem. So it should not be related to the PR codes. I'm running with maven 3.2.5, which is the same version that we use for running ci tests on AZP for PRs. Your maven log suggests the maven version on your machine is 3.6.3.

Re: Trying to run Flink tests

2020-10-21 Thread Dan Hill
1) I don't see anything useful in it . 2) This PR . Thanks for replying, Xintong! On Wed, Oct 21, 2020 at 7:11 PM Xintong Song wrote: > Hi Dan, > > It looks like whil

Re: Trying to run Flink tests

2020-10-21 Thread Xintong Song
Hi Dan, It looks like while your tests are executed and passed, the java processes executing those tests did not exit properly. - Could you try execute the command manually and see if there's any useful outputs? You can find the commands by searching "Command was" in the maven logs. - Quick questi

Re: Trying to run Flink tests

2020-10-21 Thread Dan Hill
Sure, here's a link to the output. I think for this one I used either: - `mvn package -e -X -DfailIfNoTests=false` - or added a `clean` before package. On Wed, Oct 21, 2020 at 2:24 AM Xintong Song wrote: > Woul

Re: Trying to run Flink tests

2020-10-21 Thread Xintong Song
Would you be able to share the complete maven logs and the command? And what is the maven version? Thank you~ Xintong Song On Wed, Oct 21, 2020 at 1:37 AM Dan Hill wrote: > Hi Xintong! > > No changes. I tried -X and no additional log information is logged. > -DfailIfNoTests=false does not h

Re: Trying to run Flink tests

2020-10-20 Thread Dan Hill
Hi Xintong! No changes. I tried -X and no additional log information is logged. -DfailIfNoTests=false does not help. `-DskipTests` works fine. I'm going to go ahead and create a PR and see if it fails. Thanks! - Dan On Tue, Oct 20, 2020 at 8:22 AM Xintong Song wrote: > Hi Dan, > > The 'mvn

Re: Trying to run Flink tests

2020-10-20 Thread Xintong Song
Hi Dan, The 'mvn package' command automatically includes 'mvn verify', which triggers the test cases. You can skip the tests with 'mvn package -DskipTests'. You can rely on the ci-tests running on Azure Pipeline, either in your own workspace or in the PR. If it is intended to execute the tests lo

Trying to run Flink tests

2020-10-20 Thread Dan Hill
I forked Flink to work on a PR. When I run `mvn clean package` from a clean branch, Maven says the runtime tests failed but the logs do not appear to have details on the failure. Do I have to do anything to run these? ... [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: