Skip to content

chore: fix cloud and head test runs#1786

Merged
kavirajk merged 12 commits intomainfrom
kavirajk/fix-test-cloud
Mar 16, 2026
Merged

chore: fix cloud and head test runs#1786
kavirajk merged 12 commits intomainfrom
kavirajk/fix-test-cloud

Conversation

@kavirajk
Copy link
Copy Markdown
Contributor

@kavirajk kavirajk commented Mar 4, 2026

Summary

This PR makes test-cloud and test-run CI tests stable again.

Changes

  1. Handle TLS connections correctly. Given all the connections to cloud goes only via secure connections (both HTTP and TCP native)
  2. Disable time and time64 tests on cloud because of existing bug in TCP + INSERT queries.
  3. Do not inject send_profile_events settings as it not changeable for READ ONLY users on server side. Instead expose explicit helper to do so. Basically reverting changes from this PR

In the follow up PR I will enable these test-cloud and test-head on all the PR runs.

Checklist

Delete items not relevant to your PR:

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
kavirajk added 3 commits March 4, 2026 14:47
in case of secure http, the scheme would be empty thus end up in "s://"
instead of "https://"

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
kavirajk added 5 commits March 9, 2026 12:10
This was failing on cloud. Because you cannot change this setting on
cloud. It's not needed since CH version 25.12

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
1. Skip Time64 tests on cloud
2. Handle AsyncInsert for std interface similar to native interface
3. Cleanup silent injection of `profile_events` disabling

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Also disable time_time64 mixed tests on cloud

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
@kavirajk kavirajk changed the title chore: test cloud test failures chore: fix cloud and head test runs Mar 16, 2026
@kavirajk kavirajk merged commit 00a13b7 into main Mar 16, 2026
13 checks passed
kavirajk added a commit that referenced this pull request Mar 16, 2026
follow up to #1786

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants