You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Paul Yang (JIRA)" <ji...@apache.org> on 2010/01/13 05:33:55 UTC

[jira] Commented: (HIVE-1048) TestParse produces different results when running a single test vs multiple tests

    [ https://issues.apache.org/jira/browse/HIVE-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799567#action_12799567 ] 

Paul Yang commented on HIVE-1048:
---------------------------------

Output diff

{code}
    [junit] 150c150
    [junit] <                    <string>CNTR_NAME_FS_2_NUM_INPUT_ROWS</string>
    [junit] ---
    [junit] >                    <string>CNTR_NAME_FS_312_NUM_INPUT_ROWS</string>
    [junit] 153c153
    [junit] <                    <string>CNTR_NAME_FS_2_NUM_OUTPUT_ROWS</string>
    [junit] ---
    [junit] >                    <string>CNTR_NAME_FS_312_NUM_OUTPUT_ROWS</string>
    [junit] 156c156
    [junit] <                    <string>CNTR_NAME_FS_2_TIME_TAKEN</string>
    [junit] ---
    [junit] >                    <string>CNTR_NAME_FS_312_TIME_TAKEN</string>
    [junit] 159c159
    [junit] <                    <string>CNTR_NAME_FS_2_FATAL_ERROR</string>
    [junit] ---
    [junit] >                    <string>CNTR_NAME_FS_312_FATAL_ERROR</string>
    [junit] 164c164
    [junit] <                  <string>FS_2</string>
    [junit] ---
    [junit] >                  <string>FS_312</string>
    [junit] 374c374
    [junit] <                <string>CNTR_NAME_SEL_1_NUM_INPUT_ROWS</string>
    [junit] ---
    [junit] >                <string>CNTR_NAME_SEL_311_NUM_INPUT_ROWS</string>
    [junit] 377c377
    [junit] <                <string>CNTR_NAME_SEL_1_NUM_OUTPUT_ROWS</string>
    [junit] ---
    [junit] >                <string>CNTR_NAME_SEL_311_NUM_OUTPUT_ROWS</string>
    [junit] 380c380
    [junit] <                <string>CNTR_NAME_SEL_1_TIME_TAKEN</string>
    [junit] ---
    [junit] >                <string>CNTR_NAME_SEL_311_TIME_TAKEN</string>
    [junit] 383c383
    [junit] <                <string>CNTR_NAME_SEL_1_FATAL_ERROR</string>
    [junit] ---
    [junit] >                <string>CNTR_NAME_SEL_311_FATAL_ERROR</string>
    [junit] 388c388
    [junit] <              <string>SEL_1</string>
    [junit] ---
    [junit] >              <string>SEL_311</string>
    [junit] 458c458
    [junit] <            <string>CNTR_NAME_TS_0_NUM_INPUT_ROWS</string>
    [junit] ---
    [junit] >            <string>CNTR_NAME_TS_310_NUM_INPUT_ROWS</string>
    [junit] 461c461
    [junit] <            <string>CNTR_NAME_TS_0_NUM_OUTPUT_ROWS</string>
    [junit] ---
    [junit] >            <string>CNTR_NAME_TS_310_NUM_OUTPUT_ROWS</string>
    [junit] 464c464
    [junit] <            <string>CNTR_NAME_TS_0_TIME_TAKEN</string>
    [junit] ---
    [junit] >            <string>CNTR_NAME_TS_310_TIME_TAKEN</string>
    [junit] 467c467
    [junit] <            <string>CNTR_NAME_TS_0_FATAL_ERROR</string>
    [junit] ---
    [junit] >            <string>CNTR_NAME_TS_310_FATAL_ERROR</string>
    [junit] 479c479
    [junit] <          <string>TS_0</string>
    [junit] ---
    [junit] >          <string>TS_310</string>
{code}

> TestParse produces different results when running a single test vs multiple tests
> ---------------------------------------------------------------------------------
>
>                 Key: HIVE-1048
>                 URL: https://issues.apache.org/jira/browse/HIVE-1048
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Paul Yang
>
> This issue can be reproduced by running:
> {code}
> ant test -Dtestcase=TestParse -Dqfile=input8.q
> {code}
> Although the individual test fails, running all the tests with 'ant test' has no problems.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.