Dns Test Run Report

DateAug 26, 2026 14:06
Duration2m 32s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
user.namestrtgbb
version26.6.2.20001.altinityantalya
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/build_arm_binary/clickhouse
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashd4b83326cfff93c78a26e4cf61f5e7be6b201fe0
job.namedns
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/32969478793
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/build_arm_binary/clickhouse
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
cicdTrue

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 28s 650ms
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 2425, 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 2425 in 'command'

2417\|                  Then(f"exitcode should be {exitcode}", format_name=False)
2418\|                  if steps
2419\|                  else NullStep()
2420\|              ):
2421\|                  if str(exitcode).startswith("!="):
2422\|                      exitcode = int(str(exitcode).split("!=", 1)[-1].strip())
2423\|                      assert r.exitcode != exitcode, error(r.output)
2424\|                  else:
2425\|>                     assert r.exitcode == exitcode, error(r.output)
2426\|  
2427\|          if messages is None:
2428\|              messages = []

Results

Test Name Result Duration
/dns OK 2m 32s
/dns/lookup XFail 28s 650ms
/dns/ipv6 OK 552ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 254ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 141ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 136ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922