Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky checks #60694

Merged
merged 2 commits into from Mar 3, 2024
Merged

Commits on Mar 3, 2024

  1. Fix flaky checks

    CI [1]:
    
        2024-03-02T22:23:37.4878824Z Going to start run command [python3 /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/ci/functional_test_check.py "$CHECK_NAME" $KILL_TIMEOUT]
        2024-03-02T22:23:37.7538256Z Runnin check [Stateless tests flaky check (asan)] with timeout [3600]
        2024-03-02T22:23:37.8790465Z Fetched info about 3 changed files
        2024-03-02T22:23:37.9160414Z Traceback (most recent call last):
        2024-03-02T22:23:37.9161715Z   File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/ci/functional_test_check.py", line 341, in <module>
        2024-03-02T22:23:37.9162714Z     main()
        2024-03-02T22:23:37.9163683Z   File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/ci/functional_test_check.py", line 235, in main
        2024-03-02T22:23:37.9164642Z     assert (
        2024-03-02T22:23:37.9165273Z AssertionError: JobReport file path must be provided with --validate-bugfix
        2024-03-02T22:23:37.9612679Z Run action failed for: [Stateless tests flaky check (asan)] with exit code [1]
    
      [1]: https://github.com/ClickHouse/ClickHouse/actions/runs/8125551797/job/22208766466?pr=60689
    
    Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
    azat committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    418a625 View commit details
    Browse the repository at this point in the history
  2. tests/ci/functional_test_check: move validate_bugfix_check into assert

    Co-authored-by: Max K. <max.kainov@clickhouse.com>
    azat and maxknv committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    982f7e9 View commit details
    Browse the repository at this point in the history