[ 
https://issues.apache.org/jira/browse/IMPALA-13316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gaurav singh updated IMPALA-13316:
----------------------------------
    Description: 
collection failure: ValueError: invalid literal for int() with base 10: '1a'
Error:
{noformat}
AssertionError: Expected 1 lines in file 
/data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/catalogd.impala-ec2-centos79-m6i-4xlarge-xldisk-0f1f.vpc.cloudera.com.jenkins.log.INFO.20240819-055938.32066
 matching regex 'Collected . partition 
deletion.*HDFS_PARTITION:test_local_catalog_no_event_processing_5245c4d6.part_tbl:.*p=3',
 but found 0 lines. Last line was:  I0819 05:59:52.265635   814 
TableLoader.java:177] Loaded metadata for: 
test_local_catalog_no_event_processing_5245c4d6.part_tbl (15ms){noformat}
Stack Trace:
{noformat}
custom_cluster/test_partition.py:120: in test_local_catalog_no_event_processing
    self._test_partition_deletion(unique_database)
custom_cluster/test_partition.py:162: in _test_partition_deletion
    self.assert_catalogd_log_contains("INFO", deletion_log_regex.format(tbl, i))
common/impala_test_suite.py:1296: in assert_catalogd_log_contains
    "catalogd", level, line_regex, expected_count, timeout_s, dry_run)
common/impala_test_suite.py:1341: in assert_log_contains
    (expected_count, log_file_path, line_regex, found, line)
E   AssertionError: Expected 1 lines in file 
/data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/catalogd.impala-ec2-centos79-m6i-4xlarge-xldisk-0f1f.vpc.cloudera.com.jenkins.log.INFO.20240819-055938.32066
 matching regex 'Collected . partition 
deletion.*HDFS_PARTITION:test_local_catalog_no_event_processing_5245c4d6.part_tbl:.*p=3',
 but found 0 lines. Last line was: 
E   I0819 05:59:52.265635   814 TableLoader.java:177] Loaded metadata for: 
test_local_catalog_no_event_processing_5245c4d6.part_tbl (15ms){noformat}

  was:
collection failure: ValueError: invalid literal for int() with base 10: '1a'
Error:
{noformat}
14:58:49 ./build.sh: line 262:  1945 Terminated              periodic-monitor
14:58:49 + 
/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala-auxiliary-tests/jenkins/archive_core_dumps.py
 
--search_dir=/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala
 --archive_dir=/data1 
--archive_file_name=cores-impala-cdw-master-staging-core-DEBUG-1275.tar.gz 
--build_type=DEBUG --build_number=1275 
--job_name=impala-cdw-master-staging-core 
--build_url=http://master-03.jenkins.cloudera.com/job/impala-cdw-master-staging-core/1275/
14:58:49 2024-08-20 11:58:50,296 - archive_core_dumps - INFO - Found core 
files: ['./fe/core.1724156634.5333.statestored', 
'./fe/core.1724156634.5350.catalogd', './fe/core.1724156634.5367.impalad']
14:58:50 2024-08-20 11:58:50,367 - archive_core_dumps - INFO - [New LWP 5333]
14:58:50 Core was generated by 
`/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/be/build/la'.
14:58:50 Program terminated with signal SIGABRT, Aborted. {noformat}
Stack Trace:
{noformat}
query_test/test_tuple_cache_tpc_queries.py:60: in <module>
    class TestTupleCacheTpcdsQuery(ImpalaTestSuite):
query_test/test_tuple_cache_tpc_queries.py:74: in TestTupleCacheTpcdsQuery
    @pytest.mark.parametrize("query", load_tpc_queries_name_sorted('tpcds'))
util/test_file_parser.py:673: in load_tpc_queries_name_sorted
    queries = sorted(queries, key=tpc_sort_key)
util/test_file_parser.py:659: in tpc_sort_key
    y = int(parts[2]) if len(parts) > 2 else 0
E   ValueError: invalid literal for int() with base 10: '1a' {noformat}


> test_local_catalog_no_event_processing failing for impala asf master core asan
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-13316
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13316
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.5.0
>            Reporter: gaurav singh
>            Priority: Minor
>              Labels: broken-build, flaky-test
>             Fix For: Impala 4.5.0
>
>
> collection failure: ValueError: invalid literal for int() with base 10: '1a'
> Error:
> {noformat}
> AssertionError: Expected 1 lines in file 
> /data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/catalogd.impala-ec2-centos79-m6i-4xlarge-xldisk-0f1f.vpc.cloudera.com.jenkins.log.INFO.20240819-055938.32066
>  matching regex 'Collected . partition 
> deletion.*HDFS_PARTITION:test_local_catalog_no_event_processing_5245c4d6.part_tbl:.*p=3',
>  but found 0 lines. Last line was:  I0819 05:59:52.265635   814 
> TableLoader.java:177] Loaded metadata for: 
> test_local_catalog_no_event_processing_5245c4d6.part_tbl (15ms){noformat}
> Stack Trace:
> {noformat}
> custom_cluster/test_partition.py:120: in 
> test_local_catalog_no_event_processing
>     self._test_partition_deletion(unique_database)
> custom_cluster/test_partition.py:162: in _test_partition_deletion
>     self.assert_catalogd_log_contains("INFO", deletion_log_regex.format(tbl, 
> i))
> common/impala_test_suite.py:1296: in assert_catalogd_log_contains
>     "catalogd", level, line_regex, expected_count, timeout_s, dry_run)
> common/impala_test_suite.py:1341: in assert_log_contains
>     (expected_count, log_file_path, line_regex, found, line)
> E   AssertionError: Expected 1 lines in file 
> /data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/catalogd.impala-ec2-centos79-m6i-4xlarge-xldisk-0f1f.vpc.cloudera.com.jenkins.log.INFO.20240819-055938.32066
>  matching regex 'Collected . partition 
> deletion.*HDFS_PARTITION:test_local_catalog_no_event_processing_5245c4d6.part_tbl:.*p=3',
>  but found 0 lines. Last line was: 
> E   I0819 05:59:52.265635   814 TableLoader.java:177] Loaded metadata for: 
> test_local_catalog_no_event_processing_5245c4d6.part_tbl (15ms){noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to