ClickHouse icon indicating copy to clipboard operation
ClickHouse copied to clipboard

Refactoring near azure blob storage

Open CurtizJ opened this issue 9 months ago • 3 comments

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)
Modify your CI run

NOTE: If your merge the PR with modified CI you MUST KNOW what you are doing NOTE: Checked options will be applied if set before CI RunConfig/PrepareRunConfig step

Include tests (required builds will be added automatically):

  • [ ] Fast test
  • [x] Integration Tests
  • [ ] Stateless tests
  • [ ] Stateful tests
  • [ ] Unit tests
  • [ ] Performance tests
  • [ ] All with ASAN
  • [ ] All with TSAN
  • [ ] All with Analyzer
  • [x] All with Azure
  • [ ] Add your option here

Exclude tests:

  • [ ] Fast test
  • [ ] Integration Tests
  • [ ] Stateless tests
  • [ ] Stateful tests
  • [ ] Performance tests
  • [ ] All with ASAN
  • [ ] All with TSAN
  • [ ] All with MSAN
  • [ ] All with UBSAN
  • [ ] All with Coverage
  • [ ] All with Aarch64
  • [ ] Add your option here

Extra options:

  • [ ] do not test (only style check)
  • [ ] disable merge-commit (no merge from master before tests)
  • [ ] disable CI cache (job reuse)

Only specified batches in multi-batch jobs:

  • [ ] 1
  • [ ] 2
  • [ ] 3
  • [ ] 4

CurtizJ avatar May 10 '24 18:05 CurtizJ

The idea of refactoring is to unify creation of client in azure disk and in azure storage.

CurtizJ avatar May 11 '24 17:05 CurtizJ

This is an automated comment for commit 7f2bfc5f14aeca850c7a82f184ae7812219b91b1 with description of existing statuses. It's updated for the latest CI running

❌ Click here to open a full report in a separate page

Check nameDescriptionStatus
Stateless testsRuns stateless functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc❌ failure
Successful checks
Check nameDescriptionStatus
Flaky testsChecks if new added or modified tests are flaky by running them repeatedly, in parallel, with more randomization. Functional tests are run 100 times with address sanitizer, and additional randomization of thread scheduling. Integration tests are run up to 10 times. If at least once a new test has failed, or was too long, this check will be red. We don't allow flaky tests, read the doc✅ success
Integration testsThe integration tests report. In parenthesis the package type is given, and in square brackets are the optional part/total tests✅ success
Stress testRuns stateless functional tests concurrently from several clients to detect concurrency-related errors✅ success
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success

robot-clickhouse-ci-1 avatar May 11 '24 17:05 robot-clickhouse-ci-1

The PR has failed: too many conflicts. Basically it's required to reimplement it from scratch.

CurtizJ avatar Jun 24 '24 11:06 CurtizJ

Test 00002_log_and_exception_messages_formatting is failed in master with azure.

CurtizJ avatar Jul 05 '24 00:07 CurtizJ