[ 
https://issues.apache.org/jira/browse/HBASE-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981824#comment-14981824
 ] 

stack commented on HBASE-14725:
-------------------------------

Stuff has gone wonky. Maybe the update to 2.19...


{code}
kalashnikov:hbase.git.commit2 stack$ python ./dev-support/findHangingTests.py  
https://builds.apache.org/job/PreCommit-HBASE-Build/16295/consoleText
Fetching https://builds.apache.org/job/PreCommit-HBASE-Build/16295/consoleText
Building remotely on ubuntu-2 (docker Ubuntu ubuntu) in workspace 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2
Testing patch for HBASE-14725.
Testing patch on branch master.
[INFO] Apache HBase ...................................... SUCCESS [3.136s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.527s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.175s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.080s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [13.876s]
[INFO] Apache HBase - Common ............................. SUCCESS [1:44.530s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [1:01.321s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:01.084s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [9.841s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [10.936s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [15.203s]
[INFO] Apache HBase - Server ............................. FAILURE [49:22.030s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
Printing hanging tests
Hanging test : org.apache.hadoop.hbase.io.TestFileLink
Hanging test : org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Hanging test : 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelReplicationWithExpAsString
Hanging test : org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
Hanging test : 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
Hanging test : org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Hanging test : org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
Hanging test : org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Hanging test : org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
Hanging test : org.apache.hadoop.hbase.TestRegionRebalancing
Hanging test : org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Hanging test : 
org.apache.hadoop.hbase.security.visibility.TestWithDisabledAuthorization
Hanging test : org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Printing Failing tests
Failing test : 
org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
{code}

> Vet categorization of tests so they for sure go into the right 
> small/medium/large buckets
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-14725
>                 URL: https://issues.apache.org/jira/browse/HBASE-14725
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: stack
>         Attachments: categorization.patch
>
>
> I tried doing runSmallTests, runMediumTests, etc., and I noticed that some 
> tests are larger than our categorization. At least for small tests it means 
> they area all running in the one JVM. I also noticed that the categorization 
> only takes effect in hbase-server.
> This patch makes it so runSmallTests runs all the small tests only in each 
> category.  Also moves tests that were larger than small out to medium so they 
> don't run in the one JVM anymore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to