Dns Test Run Report

DateJan 29, 2026 19:20
Duration2m 51s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/antalya-25.8/783cf36a6b3f5ac96664da8492da0107438616f6/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
user.nameMyroTk
version25.8.14.20001.altinityantalya
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/783cf36a6b3f5ac96664da8492da0107438616f6/build_arm_binary/clickhouse
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb6ad0719560fc2e01298d287c7564d8e74ae915e
job.namesuite
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/21490327153
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/783cf36a6b3f5ac96664da8492da0107438616f6/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
120
118
2

Known Fails

Test NameResultMessage
/dns/lookupXFail 11s 126ms
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 179, 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 2348, 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 2348 in 'command'

2340\|                  Then(f"exitcode should be {exitcode}", format_name=False)
2341\|                  if steps
2342\|                  else NullStep()
2343\|              ):
2344\|                  if str(exitcode).startswith("!="):
2345\|                      exitcode = int(str(exitcode).split("!=", 1)[-1].strip())
2346\|                      assert r.exitcode != exitcode, error(r.output)
2347\|                  else:
2348\|>                     assert r.exitcode == exitcode, error(r.output)
2349\|  
2350\|          if messages is None:
2351\|              messages = []

Results

Test Name Result Duration
/dns OK 2m 51s
/dns/lookup XFail 11s 126ms
/dns/ipv6 OK 482ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 192ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 142ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 131ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922