Dns Test Run Report

DateJul 16, 2026 3:07
Duration1m 21s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/package_aarch64/clickhouse-common-static_24.8.14.10546.altinitytest_arm64.deb
version24.8.14.10546.altinitytest
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash5bdf798b5c4abdd8adc07a39ce6a1002332750c7
job.namedns
job.retry2
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/29420310931
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/package_aarch64/clickhouse-common-static_24.8.14.10546.altinitytest_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
cicdFalse

Summary

83.3%OK
16.7%Known

Statistics

Units OK Fail XFail
Modules
1
1
Features
1
1
Scenarios
4
3
1
Steps
119
117
2

Known Fails

Test NameResultMessage
/dns/lookupXFail 19s 312ms
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 180, 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 2369, 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 2369 in 'command'

2361\|                  Then(f"exitcode should be {exitcode}", format_name=False)
2362\|                  if steps
2363\|                  else NullStep()
2364\|              ):
2365\|                  if str(exitcode).startswith("!="):
2366\|                      exitcode = int(str(exitcode).split("!=", 1)[-1].strip())
2367\|                      assert r.exitcode != exitcode, error(r.output)
2368\|                  else:
2369\|>                     assert r.exitcode == exitcode, error(r.output)
2370\|  
2371\|          if messages is None:
2372\|              messages = []

Results

Test Name Result Duration
/dns OK 1m 21s
/dns/lookup XFail 19s 312ms
/dns/ipv6 OK 337ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 216ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 58ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 56ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922