Skip to content

Conversation

@ostinru
Copy link
Collaborator

@ostinru ostinru commented Dec 22, 2025

This PR consist of two changes:

  1. Update CI pipeline to mark steps failed when we have failed tests.
  2. Add a timeout on test phase (2 hours) that is lower than whole pipeline timeout 6h. In case of hanging tests github actions will kill single step rather than whole pipeline. And as a result all artifacts (logs) will be uploaded)
  3. Save more logs to github artifacts.
  4. Bump testng version. TestNG before 6.9.5 marked all tests as SKIPPED when @BeforeClass methods raised an exception.
  5. Fix Hive tests, by fixing file copy check.

Tests may stuck for some reason and github will kill CI pipeline leaving
us without any clue what happened.
This change limits time for each step to run. When timeout raised -
github will kill single step, and other steps will collect results and
will provide test reports with logs.
@ostinru
Copy link
Collaborator Author

ostinru commented Dec 22, 2025

@tuhaihe , should I sign CLA Agreement? Commit message template says that I should. However there is no description on how this process organized.

@tuhaihe
Copy link
Member

tuhaihe commented Dec 22, 2025

@tuhaihe , should I sign CLA Agreement? Commit message template says that I should. However there is no description on how this process organized.

Hey @ostinru there is no need to sign it under the ASF repos. Sorry for the confusion...

I will update the related files following the ASF policies.

@ostinru ostinru marked this pull request as ready for review December 22, 2025 10:41
Copy link
Collaborator

@MisterRaindrop MisterRaindrop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tuhaihe tuhaihe merged commit 5394ead into apache:merge-with-upstream Dec 26, 2025
13 of 20 checks passed
@ostinru ostinru deleted the better-automation branch December 29, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants