Dns Test Run Report

DateApr 13, 2023 15:19
Duration1m 20s
Framework TestFlows 1.9.230315.1003122

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id
packagehttps://s3.amazonaws.com/altinity-build-artifacts/22.8/a454ebb2761c2732ab39211459f19fa026dc8527/package_release/clickhouse-common-static_22.8.15.25.altinitystable_amd64.deb
version22.8.15.25.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash4023e0eafd6319edc79b82d79ab800c0c3cf20ec
job.id4688213790
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/4688213790
archx86_64
clickhouse_versionNone
stressFalse
localTrue
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/22.8/a454ebb2761c2732ab39211459f19fa026dc8527/package_release/clickhouse-common-static_22.8.15.25.altinitystable_amd64.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 391ms
https://github.com/ClickHouse/ClickHouse/issues/17202
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/dns/regression.py", line 65, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/dns/regression.py", line 60, in regression
    Scenario(run=load("dns.tests.lookup.scenario", "scenario"))
  File "/home/ubuntu/actions-runner/_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 22.8.15.25.altinitystable (altinity build))'
  assert client_version == server_version, error()
                           ^ is '22.8.15.25.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 22.8.15.25.altinitystable (altinity build))
    +22.8.15.25.altinitystable
  assert client_version == server_version, error()
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_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 20s
/dns/lookup XFail 1s 391ms
/dns/ipv6 OK 637ms
/dns/ipv6/Test host regexp multiple ptr v4 fails with wrong resolution OK 412ms
/dns/ipv6/Test host regexp multiple ptr v4 OK 104ms
/dns/ipv6/Test host regexp multiple ptr v6 OK 112ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122