Zoltán Borók-Nagy created IMPALA-13549:
------------------------------------------

             Summary: TestRanger:: test_grant_revoke_with_role fails with 
unexpected results
                 Key: IMPALA-13549
                 URL: https://issues.apache.org/jira/browse/IMPALA-13549
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


test_grant_revoke_with_role fails with the following error:

h2. Error Message
{noformat}
assert Comparing QueryTestResults (expected vs actual):   
'ROLE','grant_revoke_test_ALL_SERVER','*','*','*','','','','','all',false,regex:.+
 == 
'ROLE','grant_revoke_test_ALL_SERVER','*','*','*','','','','','all',false,'NULL'
   Number of rows returned (expected vs actual): 2 != 1
{noformat}

h2. Stacktrace
{noformat}
authorization/test_ranger.py:2903: in test_grant_revoke_with_role
    self.run_test_case('QueryTest/grant_revoke', vector, use_db="default")
common/impala_test_suite.py:868: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:669: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:520: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:313: in verify_query_result_is_equal
    assert expected_results == actual_results
E   assert Comparing QueryTestResults (expected vs actual):
E     
'ROLE','grant_revoke_test_ALL_SERVER','*','*','*','','','','','all',false,regex:.+
 == 
'ROLE','grant_revoke_test_ALL_SERVER','*','*','*','','','','','all',false,'NULL'
E     Number of rows returned (expected vs actual): 2 != 1
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to