[
https://issues.apache.org/jira/browse/HIVE-26293?focusedWorklogId=779803&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779803
]
ASF GitHub Bot logged work on HIVE-26293:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/22 08:27
Start Date: 09/Jun/22 08:27
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3103:
URL: https://github.com/apache/hive/pull/3103#discussion_r893219538
##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -2429,7 +2433,7 @@ private void testConcurrent2MergeUpdatesConflict(boolean
slowCompile) throws Exc
List<String> res = new ArrayList<>();
driver.getFetchTask().fetch(res);
Assert.assertEquals(2, res.size());
- Assert.assertEquals("Lost Update", "[earl\t10, amy\t10]", res.toString());
+ Assert.assertTrue("Lost Update", isEqualCollection(res, asList("earl\t10",
"amy\t10")));
Review Comment:
it uses Arrays.deepEquals that is order sensitive, unlike the
isEqualCollection
Issue Time Tracking
-------------------
Worklog Id: (was: 779803)
Time Spent: 1h (was: 50m)
> Migrate remaining exclusive DDL operations to EXCL_WRITE lock & bug fixes
> -------------------------------------------------------------------------
>
> Key: HIVE-26293
> URL: https://issues.apache.org/jira/browse/HIVE-26293
> Project: Hive
> Issue Type: Task
> Reporter: Denys Kuzmenko
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)