You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/01/20 06:13:00 UTC

[jira] [Comment Edited] (PHOENIX-6327) Consolidate Junit test categories

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

Istvan Toth edited comment on PHOENIX-6327 at 1/20/21, 6:12 AM:
----------------------------------------------------------------

We've seen quite a few tests hang be aborted after this commit.
One possible cause is that this patch set -Xmx2000 for ParallelStatsDisabledTests, while previously this was -Xmx3000.

I have no evidence that setting causes the hangs (there may be an infra issue, or just bad luck), but I'll revert to the -Xmx3000 setting to be on the safe side.

[~vjasani]


was (Author: stoty):
We've seen quite a few tests hang be aborted after this commit.
One possible cause is that this patch set -Xmx2000 for ParallelStatsDisabledTests, while previously this was -Xmx3000.

I have no evidence that setting causes the hangs (there may be an infra issue, or just bad luck), but I'll revert the -Xmx3000 setting to be on the safe side.

[~vjasani]

> Consolidate Junit test categories
> ---------------------------------
>
>                 Key: PHOENIX-6327
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6327
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 5.0.0, 4.15.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Minor
>             Fix For: 5.1.0, 4.16.1
>
>
> Phoenix has an HBaseManagedTimeTest category.
> However, there are only two pherf tests in this category, and I see no reason for thoseto have their own category.
> This looks like a leftover from some very old test setup.
> SplitSystemCatalogTests category works the same as the NeedTheirOwnClusterTests.
> Having separate categories hurts execution parallellism and increases test execution time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)