Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-23236 test yetus 0.11.1 #797

Closed
wants to merge 1 commit into from

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Nov 6, 2019

No description provided.

@Apache9
Copy link
Contributor Author

Apache9 commented Nov 6, 2019

Oh the rel/0.11.1 tag has not been pushed yet @busbey ?

@busbey
Copy link
Contributor

busbey commented Nov 6, 2019

I'd been focused on all the downstream facing stuff and hadn't bothered with the tag in git yet.

We're relying on git?

@Apache9
Copy link
Contributor Author

Apache9 commented Nov 6, 2019

I'd been focused on all the downstream facing stuff and hadn't bothered with the tag in git yet.

We're relying on git?

Yeah we rely on git to get the yetus source.

@busbey
Copy link
Contributor

busbey commented Nov 6, 2019

okay, let me get a git tag in place. should have my signing keys this evening.

@Apache9
Copy link
Contributor Author

Apache9 commented Nov 7, 2019

Have you done @busbey ? Then I will start the jenkins job again to see if it works.

@busbey
Copy link
Contributor

busbey commented Nov 7, 2019

Just pushed it a few minutes ago.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 37s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-0 ⚠️ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HBASE-23236 Compile Tests _
+1 💚 mvninstall 5m 29s HBASE-23236 passed
+1 💚 compile 3m 3s HBASE-23236 passed
+1 💚 shadedjars 4m 44s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 3m 1s HBASE-23236 passed
_ Patch Compile Tests _
+1 💚 mvninstall 5m 6s the patch passed
+1 💚 compile 3m 12s the patch passed
+1 💚 javac 3m 12s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 2s The patch has no ill-formed XML file.
+1 💚 shadedjars 4m 52s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 16m 30s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 javadoc 3m 2s the patch passed
_ Other Tests _
-1 ❌ unit 203m 46s root in the patch failed.
-1 ❌ asflicense 0m 37s The patch generated 1 ASF License warnings.
260m 21s
Reason Tests
Failed junit tests hadoop.hbase.master.assignment.TestOpenRegionProcedureHang
Subsystem Report/Notes
Docker Client=19.03.4 Server=19.03.4 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/artifact/out/Dockerfile
GITHUB PR #797
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 94bfad58d840 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-797/out/precommit/personality/provided.sh
git revision HBASE-23236 / 171c838
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4563 (vs. ulimit of 10000)
modules C: . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache9
Copy link
Contributor Author

Apache9 commented Nov 7, 2019

emmmmm...

'The patch generated 1 ASF License warnings'.

The patch does not add new files...

Let me take a look.

@Apache9
Copy link
Contributor Author

Apache9 commented Nov 7, 2019

https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-797/2/artifact/out/archiver/target/rat.txt

'!????? excludes'

What's this file? We do not have this file in our repo. @busbey Is it generated during yetus processing?

@busbey
Copy link
Contributor

busbey commented Nov 7, 2019

that looks like the temp file our personality uses for fetching the untrustworthy tests. not sure why we'd download it into the component directory instead of the patch working directory, but if we do it would explain why it's there. (it wouldn't explain why we're just seeing this now)

@busbey
Copy link
Contributor

busbey commented Nov 7, 2019

yeah, it's in get_include_exclude_tests_arg. should probably be reading/writing ${PATCH_DIR}/excludes

@busbey
Copy link
Contributor

busbey commented Nov 7, 2019

Also looks like we don't clean up the excludes file should something go wrong with fetching it that results in wget still writing it out. from the qa run here:

20:59:36  [Thu Nov  7 02:59:34 UTC 2019 INFO]: Personality: patch unit
20:59:36  [Thu Nov  7 02:59:34 UTC 2019 INFO]: EXCLUDE_TESTS_URL=
20:59:36  [Thu Nov  7 02:59:34 UTC 2019 INFO]: INCLUDE_TESTS_URL=
20:59:36  --2019-11-07 02:59:34--  https://builds.apache.org/job/HBase-Find-Flaky-Tests/job/HBASE-23236/lastSuccessfulBuild/artifact/excludes/
20:59:36  Resolving builds.apache.org (builds.apache.org)... 195.201.213.130, 2a01:4f8:c0:2cc9::2
20:59:36  Connecting to builds.apache.org (builds.apache.org)|195.201.213.130|:443... connected.
20:59:36  HTTP request sent, awaiting response... 404 
20:59:36  2019-11-07 02:59:35 ERROR 404: (no description).
20:59:36  
20:59:36  Wget error 8 in fetching excludes file from url https://builds.apache.org/job/HBase-Find-Flaky-Tests/job/HBASE-23236/lastSuccessfulBuild/artifact/excludes/. Ignoring and proceeding.
20:59:39  cd /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-797/src
20:59:39  /usr/share/maven/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-797/yetus-m2/hbase-HBASE-23236-patch-1 -DHBasePatchProcess -PrunAllTests clean test -fae > /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-797/out/patch-unit-root.txt 2>&1

we can see we're exactly on such a path.

@Apache9 Apache9 closed this Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants