[ https://issues.apache.org/jira/browse/HIVE-26710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhengxu Jin resolved HIVE-26710. -------------------------------- Hadoop Flags: Reviewed Assignee: Zhengxu Jin Resolution: Fixed > Test `testThriftSetObjectInspector` is a flaky test > --------------------------------------------------- > > Key: HIVE-26710 > URL: https://issues.apache.org/jira/browse/HIVE-26710 > Project: Hive > Issue Type: Improvement > Environment: Linux 5.4.0-124-generic #140-Ubuntu x86_64 GNU/Linux > > > Reporter: Zhengxu Jin > Assignee: Zhengxu Jin > Priority: Trivial > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > This test is flaky test. This is because the StructField value uses a > HashMap, which will cause the test sometimes pass and sometimes fail. > Run the test with 'NonDex' maven plugin. The command to recreate the flaky > test failure is > {code:java} > mvn -pl serde edu.illinois:nondex-maven-plugin:1.1.2:nondex > -Dtest=org.apache.hadoop.hive.serde2.objectinspector.TestThriftObjectInspectors#testThriftSetObjectInspector > {code} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)