I should have documented this...(which I will soon) When run from terminal, could you please try running with maven profile like `mvn -Punit-tests test` `mvn -Pfunctional-tests test` which should work..
Best, Raymond On Fri, Aug 21, 2020 at 9:44 PM Gary Li <[email protected]> wrote: > +1 (non binding) > - Complied successfully > - Ran validation script successfully > - Ran tests from IntelliJ successfully > > Seeing the same issue as Siva. The tests were passed in IDE. > > Best Regards, > Gary Li > > > On 8/21/20, 2:29 PM, "Sivabalan" <[email protected]> wrote: > > +1 (non binding) > - Compilation successful > - Ran validation script which verifies checksum, keys, license, etc. > - Ran quick start > - Ran some tests from intellij. > > JFYI: when I ran mvn test, encountered some test failures due to > multiple > spark contexts. Have raised a ticket here > <https://issues.apache.org/jira/browse/HUDI-1211>. But all tests are > succeeding in CI and I could run from within intellij. So, not > blocking the > RC. > > Checking Checksum of Source Release-e Checksum Check of Source Release > - > [OK] > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload > Total Spent Left Speed > 100 30225 100 30225 0 0 106k 0 --:--:-- --:--:-- > --:--:-- > 106k > Checking Signature > -e Signature Check - [OK] > Checking for binary files in source release > -e No Binary Files in Source Release? - [OK] > Checking for DISCLAIMER > -e DISCLAIMER file exists ? [OK] > Checking for LICENSE and NOTICE > -e License file exists ? [OK]- > e Notice file exists ? [OK] > Performing custom Licensing Check > -e Licensing Check Passed [OK] > Running RAT Check > -e RAT Check Passed [OK] > > > > On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha < > [email protected]> > wrote: > > > Vino yang, > > > > I am working on the release blog. While the RC is in progress, the > doc and > > site updates are happening this week. > > > > Thanks, > > Sudha > > > > On Fri, Aug 21, 2020 at 4:23 AM vino yang <[email protected]> > wrote: > > > > > +1 from my side > > > > > > I checked: > > > > > > - ran `mvn clean package` [OK] > > > - ran `mvn test` in my local [OK] > > > - signature [OK] > > > > > > BTW, where is like of the release blog? > > > > > > Best, > > > Vino > > > > > > Bhavani Sudha <[email protected]> 于2020年8月20日周四 下午12:03写道: > > > > > > > Hi everyone, > > > > Please review and vote on the release candidate #1 for the > version > > 0.6.0, > > > > as follows: > > > > [ ] +1, Approve the release > > > > [ ] -1, Do not approve the release (please provide specific > comments) > > > > > > > > The complete staging area is available for your review, which > includes: > > > > * JIRA release notes [1], > > > > * the official Apache source release and binary convenience > releases to > > > be > > > > deployed to dist.apache.org [2], which are signed with the key > with > > > > fingerprint 7F66CD4CE990983A284672293224F200E1FC2172 [3], > > > > * all artifacts to be deployed to the Maven Central Repository > [4], > > > > * source code tag "release-0.6.0-rc1" [5], > > > > > > > > The vote will be open for at least 72 hours. It is adopted by > majority > > > > approval, with at least 3 PMC affirmative votes. > > > > > > > > Thanks, > > > > Release Manager > > > > > > > > [1] > > > > > > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346663 > > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/ > > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS > > > > [4] > > > > https://repository.apache.org/content/repositories/orgapachehudi-1025/ > > > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1 > > > > > > > > > > > > -- > Regards, > -Sivabalan >
