Dns Test Run Report

DateOct 05, 2023 13:24
Duration1m 0s
Framework TestFlows 1.9.230315.1003122

Artifacts

Test artifacts can be found at https://altinity-test-reports.s3.amazonaws.com/index.html#clickhouse/23.3.13.7.altinitystable/6416627213/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_aarch64/clickhouse-common-static_23.3.13.7.altinitystable_arm64.deb
version23.3.13.7.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash19e8624c5e4ccc65b128d27b19836c0570e53991
job.id6416627213
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/6416627213
archaarch64
clickhouse_versionNone
stressFalse
localTrue
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_aarch64/clickhouse-common-static_23.3.13.7.altinitystable_arm64.deb
collect_service_logsTrue

Summary

85.7%OK
14.3%Known

Statistics

Units OK Fail XFail
Modules
1
1
Suites
1
1
Features
1
1
Scenarios
4
3
1
Steps
89
88
1

Known Fails

Test NameResultMessage
/dns/lookupXFail 1s 526ms
https://github.com/ClickHouse/ClickHouse/issues/17202
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/regression.py", line 65, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/regression.py", line 60, in regression
    Scenario(run=load("dns.tests.lookup.scenario", "scenario"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../dns/tests/lookup/scenario.py", line 69, in scenario
    assert client_version == server_version, error()
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert client_version == server_version, error()

Assertion values
  assert client_version == server_version, error()
         ^ is 'Code: 516. DB::Exception: test_dns: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED) (version 23.3.13.7.altinitystable (altinity build))'
  assert client_version == server_version, error()
                           ^ is '23.3.13.7.altinitystable'
  assert client_version == server_version, error()
                        ^ is = False
    @@ -1 +1 @@
    -Code: 516. DB::Exception: test_dns: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED) (version 23.3.13.7.altinitystable (altinity build))
    +23.3.13.7.altinitystable
  assert client_version == server_version, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/dns/../dns/tests/lookup/scenario.py', line 69 in 'scenario'

61\|          client_version = (
62\|              cluster.node("clickhouse2")
63\|              .command(
64\|                  "curl 'http://clickhouse1:8123/?user=test_dns&query=SELECT+version()'"
65\|              )
66\|              .output
67\|          )
68\|          server_version = cluster.node("clickhouse1").query(f"SELECT version()").output
69\|>         assert client_version == server_version, error()
70\|  
71\|      with When("I kill the background port listening"):
72\|          cluster.node("clickhouse1").command("killall tcpdump")

Results

Test Name Result Duration
/dns OK 1m 0s
/dns/lookup XFail 1s 526ms
/dns/ipv6 OK 453ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 148ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 137ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 148ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122