Peter Rozsa created IMPALA-12340:
------------------------------------
Summary:
custom_cluster.test_catalogd_ha.TestCatalogdHA.test_two_catalogd_with_force_active
fails in exhaustive tests
Key: IMPALA-12340
URL: https://issues.apache.org/jira/browse/IMPALA-12340
Project: IMPALA
Issue Type: Bug
Components: Catalog
Affects Versions: Impala 4.2.0
Reporter: Peter Rozsa
Assignee: Wenzhe Zhou
custom_cluster.test_catalogd_ha.TestCatalogdHA.test_two_catalogd_with_force_active
fails on the assertion that checks that only one catalog is active.
h3. Error Message
assert True != True + where True = <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8d90>>('catalog-server.active-status') + where <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at 0x7f9b432e8d90>> =
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8d90>.get_metric_value + and True = <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8a90>>('catalog-server.active-status') + where <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at 0x7f9b432e8a90>> =
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8a90>.get_metric_value
h3. Stacktrace
custom_cluster/test_catalogd_ha.py:372: in test_two_catalogd_with_force_active
assert(catalogd_service_1.get_metric_value("catalog-server.active-status") E
assert True != True E + where True = <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8d90>>('catalog-server.active-status') E + where <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at 0x7f9b432e8d90>> =
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8d90>.get_metric_value E + and True = <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8a90>>('catalog-server.active-status') E + where <bound method
CatalogdService.get_metric_value of
<tests.common.impala_service.CatalogdService object at 0x7f9b432e8a90>> =
<tests.common.impala_service.CatalogdService object at
0x7f9b432e8a90>.get_metric_value
--
This message was sent by Atlassian Jira
(v8.20.10#820010)