Zhengxu Jin created HIVE-26710:
----------------------------------
Summary: 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
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)