Riza Suminto created IMPALA-14097:
-------------------------------------

             Summary: Deflake test_log_fragments.py
                 Key: IMPALA-14097
                 URL: https://issues.apache.org/jira/browse/IMPALA-14097
             Project: IMPALA
          Issue Type: Test
            Reporter: Riza Suminto
            Assignee: Riza Suminto


test_log_fragments.py broken after HS2 switch in IMPALA-13916. The test look 
for log line from ImpalaServer::QueryToTQueryContext in 
impala-beeswax-server.cc.
{noformat}
      VLOG_QUERY << "query: " << ThriftDebugString(query);{noformat}
This log line does not appear when using HS2 protocol. The equivalent log line 
in impala-hs2-server.cc is in ImpalaServer::ExecuteStatement
{noformat}
      VLOG_QUERY << "ExecuteStatement(): request=" << ...{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