[ https://issues.apache.org/jira/browse/HIVE-16242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15938434#comment-15938434 ]
Yongzhi Chen commented on HIVE-16242: ------------------------------------- [~pvary], I do not know this part of code well, correct me if I am wrong. How do you make sure filter related to Waiting to ... used first? Waiting to acquire compile lock: some command Acquired the compile lock Can above end us as: Waiting to acquire compile lock: some command Could only using following filter or something similar be safer? .addFilter("(?s)\nWaiting to acquire compile lock:.*?Acquired the compile lock.\n", "\nAcquired the compile lock.\n") > Run BeeLine tests parallel > -------------------------- > > Key: HIVE-16242 > URL: https://issues.apache.org/jira/browse/HIVE-16242 > Project: Hive > Issue Type: Improvement > Components: Testing Infrastructure > Affects Versions: 2.2.0 > Reporter: Peter Vary > Assignee: Peter Vary > Attachments: HIVE-16242.2.patch, HIVE-16242.3.patch, > HIVE-16242.4.patch, HIVE-16242.patch > > > Provide the ability for BeeLine tests to run parallel against the MiniHS2 > cluster -- This message was sent by Atlassian JIRA (v6.3.15#6346)