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

KAFKA-18748 Run new tests separately in PRs #18770

Merged
merged 71 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
62b8c04
load HEAD of test catalog for PRs
mumrah Jan 31, 2025
eeb2071
fix number comparison
mumrah Jan 31, 2025
d9d7ef1
trying something new
mumrah Jan 31, 2025
993eddd
fix boolean
mumrah Jan 31, 2025
fbc2d14
fix broken quote
mumrah Jan 31, 2025
6363640
fix build scan name
mumrah Jan 31, 2025
0ec01ed
fix matrix names
mumrah Jan 31, 2025
ee3dff2
fix more artifact names
mumrah Feb 1, 2025
0e715fe
add env for job variation
mumrah Feb 1, 2025
4ebe423
job name cannot reference env
mumrah Feb 1, 2025
e31524a
fix job name
mumrah Feb 1, 2025
b9bb8ea
pass matrix param to gradle
mumrah Feb 1, 2025
9cdeba3
fix arg passed to gradle
mumrah Feb 1, 2025
be319b7
add new test and flaky
mumrah Feb 1, 2025
9b6c26f
set xml output dir
mumrah Feb 2, 2025
599b254
merge test results
mumrah Feb 2, 2025
8c3dff4
wip
mumrah Feb 3, 2025
5d4e42e
wip
mumrah Feb 3, 2025
80e9a96
wip
mumrah Feb 3, 2025
3093bb7
wip
mumrah Feb 3, 2025
6b1d585
wip
mumrah Feb 3, 2025
1b42b26
wip
mumrah Feb 3, 2025
9024a84
wip
mumrah Feb 3, 2025
109d82a
wip
mumrah Feb 3, 2025
1b3a1e1
wip
mumrah Feb 3, 2025
d39995b
Pass outputs
mumrah Feb 3, 2025
89c39dc
wip
mumrah Feb 3, 2025
aab63d7
fix glob path
mumrah Feb 3, 2025
28b6450
fix report path
mumrah Feb 4, 2025
72b564d
add validation on file count
mumrah Feb 4, 2025
2647d31
add quotes to prevent glob expansion
mumrah Feb 4, 2025
6cbd2c7
update validation logic in junit.py
mumrah Feb 4, 2025
a983c9c
fix readlines
mumrah Feb 4, 2025
7ae7038
fix multiline
mumrah Feb 4, 2025
b8aa3d5
Merge remote-tracking branch 'origin/trunk' into detect-new-tests
mumrah Feb 4, 2025
af4feb6
fix report
mumrah Feb 4, 2025
8041df7
fix step ordering
mumrah Feb 4, 2025
3da02e4
rename system property
mumrah Feb 4, 2025
b5f06f4
run the tests
mumrah Feb 4, 2025
885b838
move junit.py back into each test job
mumrah Feb 5, 2025
9fa41e4
only run a few tests
mumrah Feb 5, 2025
3663aa1
change empty logic
mumrah Feb 5, 2025
37c0260
fix timeout check
mumrah Feb 5, 2025
3de56d2
fix truthiness
mumrah Feb 5, 2025
1d5b870
fix bash
mumrah Feb 5, 2025
f58e868
undo timeout
mumrah Feb 5, 2025
6fae934
fix test catalog upload
mumrah Feb 5, 2025
6d04147
fix relative path thing
mumrah Feb 5, 2025
a7a523b
run all tests
mumrah Feb 5, 2025
3847de7
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 5, 2025
bb9fd3c
add some docs
mumrah Feb 6, 2025
f0fa613
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 6, 2025
2305035
fix logic for updating test catalog
mumrah Feb 6, 2025
6aec0b9
fix build scans
mumrah Feb 11, 2025
311b3fe
Merge remote-tracking branch 'origin/trunk' into detect-new-tests
mumrah Feb 12, 2025
377977b
revert temporary change
mumrah Feb 12, 2025
a3559ee
Merge remote-tracking branch 'origin/trunk' into detect-new-tests
mumrah Feb 12, 2025
ecf73dd
keep dependency on validate
mumrah Feb 12, 2025
0c793ac
fixup quarantined table
mumrah Feb 13, 2025
b07554d
output new tests in junit.py
mumrah Feb 13, 2025
701f1aa
Merge remote-tracking branch 'origin/trunk' into detect-new-tests
mumrah Feb 13, 2025
5ce7e30
dont produce test catalog if test job failed
mumrah Feb 13, 2025
6395205
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 15, 2025
74a8acd
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 19, 2025
b01632e
cleanup filter logic, add verbose output
mumrah Feb 19, 2025
c067377
add build scan tags
mumrah Feb 20, 2025
8b3522f
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 20, 2025
7c0335e
rename some things
mumrah Feb 21, 2025
e4cb82c
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 21, 2025
4f0ff4d
remove more quarantined stuff, fix deflake
mumrah Feb 24, 2025
ef988f6
Merge branch 'trunk-cached' into detect-new-tests
mumrah Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix broken quote
mumrah committed Jan 31, 2025
commit fbc2d14c91d1d983301f49cca106f3e2ae6fa79a
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -217,7 +217,7 @@ jobs:
build-scan-artifact-name: build-scan-test-${{ matrix.java }}
run-new-tests: false
run-flaky-tests: false
test-retries: ${{ matrix.run-flaky == true && "3" || "1 }}
test-retries: ${{ matrix.run-flaky == true && '3' || '1' }}

- name: Archive JUnit HTML reports
uses: actions/upload-artifact@v4