PHOENIX-6327 Consolidate Junit test categories#1099
PHOENIX-6327 Consolidate Junit test categories#1099stoty wants to merge 1 commit intoapache:masterfrom
Conversation
virajjasani
left a comment
There was a problem hiding this comment.
PR title should also include removal of SplitSystemCatalogTests usage?
| <id>NeedTheirOwnClusterTests</id> | ||
| <configuration> | ||
| <reuseForks>false</reuseForks> | ||
| <argLine>@{jacocoArgLine} -enableassertions -Xmx2000m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}" -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ -Dorg.apache.hadoop.hbase.shaded.io.netty.packagePrefix=org.apache.hadoop.hbase.shaded.</argLine> |
There was a problem hiding this comment.
What was the usage of -Dorg.apache.hadoop.hbase.shaded.io.netty.packagePrefix ?
There was a problem hiding this comment.
It was needed for a very short time for shaded netty to find some of its components, but it has long been fixed so that netty can autodetect it.
|
I just saw this includes: |
|
Actually, I am more inclined to just rename PHOENIX-6327 to something less specifc like "Consolidate IT categories", and close 6328 as a duplicate. |
|
Sounds better |
|
💔 -1 overall
This message was automatically generated. |
|
+1 (non-binding), nice cleanup of the categories! While committing, you might prefer fixing whitespace-eol? |
includes PHOENIX-6328 Merge SplitSystemCatalogTests test category into NeedTheirOwnClusterTests category