Dns Test Run Report

DateJun 05, 2025 17:38
Duration1m 35s
Framework TestFlows 2.0.250110.1002922

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/843/7a49bd3cfa10011d0430e1f9de4ce6ea37d19571/package_aarch64/clickhouse-common-static_24.8.14.10034.altinitytest_arm64.deb
version24.8.14.10034.altinitytest
user.nameilejn
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashf9e29772f4d261b82c23189d89038eb7ba027865
job.nameCommon
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/15471286628
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/843/7a49bd3cfa10011d0430e1f9de4ce6ea37d19571/package_aarch64/clickhouse-common-static_24.8.14.10034.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 Error XFail
Modules
1
1
Features
1
1
Scenarios
4
3
1
Steps
115
109
2
4

Known Fails

Test NameResultMessage
/dns/lookupXFail 6s 962ms
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 2256, 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 2256 in 'command'

2248\|                  Then(f"exitcode should be {exitcode}", format_name=False)
2249\|                  if steps
2250\|                  else NullStep()
2251\|              ):
2252\|                  if str(exitcode).startswith("!="):
2253\|                      exitcode = int(str(exitcode).split("!=", 1)[-1].strip())
2254\|                      assert r.exitcode != exitcode, error(r.output)
2255\|                  else:
2256\|>                     assert r.exitcode == exitcode, error(r.output)
2257\|  
2258\|          if messages is None:
2259\|              messages = []

Results

Test Name Result Duration
/dns OK 1m 35s
/dns/lookup XFail 6s 962ms
/dns/ipv6 OK 361ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 120ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 118ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 108ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922