[
https://issues.apache.org/jira/browse/HIVE-23173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082425#comment-17082425
]
Naresh P R commented on HIVE-23173:
-----------------------------------
org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios.testAcidTablesReplLoadBootstrapIncr
Testcode is failing randomly with below errorĀ
{code:java}
java.lang.AssertionError: expected:<6> but was:<4>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.hadoop.hive.ql.parse.WarehouseInstance.verifyResults(WarehouseInstance.java:395){code}
Because they have scheduler & same table name on both the testcase. So changed
the table names to be unique per testcase.
> User login success/failed attempts should be logged
> ---------------------------------------------------
>
> Key: HIVE-23173
> URL: https://issues.apache.org/jira/browse/HIVE-23173
> Project: Hive
> Issue Type: Improvement
> Reporter: Naresh P R
> Assignee: Naresh P R
> Priority: Minor
> Attachments: HIVE-23173.1.patch, HIVE-23173.2.patch,
> HIVE-23173.3.patch
>
>
> User login success & failure attempts should be logged in server logs
--
This message was sent by Atlassian Jira
(v8.3.4#803005)