Dns Test Run Report

DateSep 06, 2025 2:21
Duration1m 8s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/dns/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
version24.8.14.10521.altinitytest
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc5f44e1c6fdc201a22f3f073b2311de10d2695b0
job.nameCommon (dns)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/17507793141
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse

Summary

83.3%OK
16.7%Known

Statistics

Units OK Fail XFail
Modules
1
1
Features
1
1
Scenarios
4
3
1
Steps
120
118
2

Known Fails

Test NameResultMessage
/dns/lookupXFail 7s 981ms
https://github.com/ClickHouse/ClickHouse/issues/17202
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/regression.py", line 60, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/regression.py", line 55, in regression
    Scenario(run=load("dns.tests.lookup.scenario", "scenario"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../dns/tests/lookup/scenario.py", line 58, in scenario
    cluster.command(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../helpers/cluster.py", line 2262, in command
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert r.exitcode == exitcode, error(r.output)

Description
  Bash: regression/dns/tests/lookup/example.com: No such file or directory

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 1
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 0
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../helpers/cluster.py', line 2262 in 'command'

2254\|                  Then(f"exitcode should be {exitcode}", format_name=False)
2255\|                  if steps
2256\|                  else NullStep()
2257\|              ):
2258\|                  if str(exitcode).startswith("!="):
2259\|                      exitcode = int(str(exitcode).split("!=", 1)[-1].strip())
2260\|                      assert r.exitcode != exitcode, error(r.output)
2261\|                  else:
2262\|>                     assert r.exitcode == exitcode, error(r.output)
2263\|  
2264\|          if messages is None:
2265\|              messages = []

Results

Test Name Result Duration
/dns OK 1m 8s
/dns/lookup XFail 7s 981ms
/dns/ipv6 OK 350ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 113ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 108ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 116ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922