phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Harden Phoenix - distributed big link list and atomicity tests over phoenix

Open anirudha opened this issue 7 years ago • 3 comments

Adds: -a new testing utility for test with multiple threads. -a new test driver to execute tests against an existing cluster. -two new basic tests from the HBase testing framework.

Please enter the commit message for your changes. Lines starting

this is still work in progress.. Gabriel Jimenez Massachusetts Institute of Technology Bloomberg LP (intern)

anirudha avatar May 05 '17 18:05 anirudha

FYI, @apurtell and you may want to collaborate. See also https://github.com/apache/phoenix/pull/240.

JamesRTaylor avatar May 08 '17 23:05 JamesRTaylor

Any chance of a review on #240 ?

apurtell avatar May 09 '17 00:05 apurtell

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 34s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
-1 :x: 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.
_ master Compile Tests _
-1 :x: mvninstall 16m 50s root in master failed.
+0 hbaserecompile 24m 21s HBase recompiled.
+1 :green_heart: compile 1m 3s master passed
+1 :green_heart: checkstyle 0m 31s master passed
+1 :green_heart: javadoc 0m 57s master passed
+0 :ok: spotbugs 3m 22s phoenix-core in master has 965 extant spotbugs warnings.
_ Patch Compile Tests _
-1 :x: mvninstall 0m 32s root in the patch failed.
+0 hbaserecompile 10m 51s HBase recompiled.
-1 :x: compile 0m 22s phoenix-core in the patch failed.
-1 :x: javac 0m 22s phoenix-core in the patch failed.
+1 :green_heart: checkstyle 0m 31s the patch passed
-1 :x: whitespace 0m 0s The patch has 12 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 :green_heart: javadoc 0m 56s the patch passed
-1 :x: spotbugs 0m 20s phoenix-core in the patch failed.
_ Other Tests _
-1 :x: unit 0m 17s phoenix-core in the patch failed.
-1 :x: asflicense 0m 16s The patch generated 3 ASF License warnings.
42m 6s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/phoenix/pull/245
Optional Tests dupname asflicense javac javadoc unit spotbugs hbaserebuild hbaseanti checkstyle compile
uname Linux a611198cee7d 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / b6d9338
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/branch-mvninstall-root.txt
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
javac https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-compile-phoenix-core.txt
whitespace https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/whitespace-eol.txt
spotbugs https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-spotbugs-phoenix-core.txt
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 96 (vs. ulimit of 30000)
modules C: phoenix-core U: phoenix-core
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-245/1/console
versions git=2.7.4 maven=3.3.9 spotbugs=4.1.3
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

stoty avatar Jun 15 '21 10:06 stoty