Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
ghx-label-12
Description
TestRecoverPartitions::test_unescaped_string_partition is a new test recently added by https://gerrit.cloudera.org/#/c/15278/
It's failing when run against S3:
metadata/test_recover_partitions.py:374: in test_unescaped_string_partition assert self.count_partition(result.data) == 4 E assert 2 == 4 E + where 2 = <bound method TestRecoverPartitions.count_partition of <test_recover_partitions.TestRecoverPartitions object at 0x725e650>>(['"\t-1\t0\t0B\tNOT CACHED\tNOT CACHED\tTEXT\tfalse\ts3a://impala-test-uswest2-1/test-warehouse/test_unescaped_string_...ouse/test_unescaped_string_partition_2265687.db/test_unescaped_string_partition/p=%27", 'Total\t-1\t0\t0B\t0B\t\t\t\t']) E + where <bound method TestRecoverPartitions.count_partition of <test_recover_partitions.TestRecoverPartitions object at 0x725e650>> = <test_recover_partitions.TestRecoverPartitions object at 0x725e650>.count_partition E + and ['"\t-1\t0\t0B\tNOT CACHED\tNOT CACHED\tTEXT\tfalse\ts3a://impala-test-uswest2-1/test-warehouse/test_unescaped_string_...ouse/test_unescaped_string_partition_2265687.db/test_unescaped_string_partition/p=%27", 'Total\t-1\t0\t0B\t0B\t\t\t\t'] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7353b50>.data
Attachments
Issue Links
- links to