Skip to content

Run all external #5785

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

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Run all external #5785

wants to merge 10 commits into from

Conversation

judovana
Copy link
Contributor

@judovana judovana commented Dec 3, 2024

This is script designed to verify/test/fix all external tests on local-host. It is designed to help with: #5575 (comment)

It also includes results from the January run

Whether to integrate it at the end is disputable.

@judovana judovana marked this pull request as draft December 3, 2024 15:26
@judovana judovana force-pushed the runAllExternal branch 4 times, most recently from 1b0b47e to 22dd1d4 Compare December 9, 2024 09:59
Tuned default excludes

to excllude run wrapper and criu

Only resolve RESULTS_DIR if it already exists

Set absolute path to results dir after its creation

Enable skip of finished tests

Including variables and make call to main log

made non found nonfatal
@judovana
Copy link
Contributor Author

@adamfarley @sxa hi! Afaic this PR is not for merge, but I had finally composed the matrix of pass/fail for external tests:

https://github.com/judovana/aqa-tests/tree/runAllExternal/external#passfail-matrix-112025

I think I wills tart to fix it one by one... It will be very slow run :) Any other ideas what next? Maybe we should merge only the table? IDK....

@adamfarley
Copy link
Contributor

@adamfarley @sxa hi! Afaic this PR is not for merge, but I had finally composed the matrix of pass/fail for external tests:

https://github.com/judovana/aqa-tests/tree/runAllExternal/external#passfail-matrix-112025

I think I wills tart to fix it one by one... It will be very slow run :) Any other ideas what next? Maybe we should merge only the table? IDK....

Good work @judovana!

I suggest merging the table, excluding the failing external tests (so it runs green, or at least yellow), and fixing the individual tests in separate PRs to enable maximum coverage in the short/medium term.

What do you think?

@judovana
Copy link
Contributor Author

The table is generated by java class from branch, which crawls data in results pushed in that branch and links those data.. the data structure is dictated by the script in that branch. So pushing the table as it is is not exactly straightforward :)
Note, that I do not want the current run-all and genertate-table merged as it is - I actually discourage it. So maybe just link the table to the fork+branch? Maybe to the generic branch in adoptium aqa-tests, so other can contribute if anything is fixed? Or maybe rework the run_all.sh and the results so it is merge-able (+and adjust generateTable accordingly)? tbh, IDK :(

I'm not fan of excluding tests without proper investigations, so I would rather keep state as it is, but to fix it all, is a lot of work. Even to gather results is a lot of work. On contrary I belive that once I fix soem first ten, it will become faster.

So maybe really, contribute the table as it is, and then big fixing/excluding can start, and somwhen in future, the table will be regenerted. I do not have strong opinion on this, except my determination to make it much more green:)

@smlambert
Copy link
Contributor

smlambert commented Mar 12, 2025

We will not store test results in this repository.

So there will be no plan to merge this PR here. For such a change, I would have expected a design discussion or at least an issue outlining the direction and plan, to have saved you the time on this draft. If we are to utilize the work you have done, we will have to move the reporting aspect under a new/separate repository. Before that, an overall outline of the design and plan would be good.

I appreciate the effort you have gone to, but would like to have discussed direction first (as per the initial comment on the topic, #5575 (comment))

@judovana
Copy link
Contributor Author

We will not store test results in this repository.

I agree. And I was clear on it in previous comment, wasn't I? Please?

As for publishing the table itself is different topic. It have sense, because from time to time I hear people running it and it is having failures, so asking what is the expected pass/fail matrix. But I do not insist, really. Afaict it is perfectly ok if it is in fork, or in other branch.

Also we already had this discussion? #5575

I would like to make the table as green as possible, which is subject of another discussion, because it seems there is other work on external tests in progress, and I do not want to muddle below anybody's hands. I have a topic to discuss it with adoptium for half a year, and those results were laying on my machine for two months, and to fix the individual test, I needed the matrix, and htmls/github is good place. And if it is useful, then why not to share it.

I know you are bussy with other stuff, and so am I, so it is rolling extremely slowly. Still I have great interest in external tests, so I found few cycles to at least compose the matrix for wider audience.

@smlambert
Copy link
Contributor

smlambert commented Mar 12, 2025

I agree. And I was clear on it in previous comment, wasn't I? Please?

My message (re: no test results) was for Adam's awareness

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