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

Use a specific name for SCC #275

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Conversation

dsouzai
Copy link
Contributor

@dsouzai dsouzai commented Feb 9, 2022

There are some tests [1] that fail because the SCC name is too large.
The SCC name when the aot test flag is set is derived from the test
name. In order to prevent this issue, simply use the same name for all
tests. This is ok because prior to and after running tests, all SCCs are
destroyed. Additionally, this does not impact any future ability to run
tests in parallel as this is already not possible; the fact that all
SCCs are destroyed between tests means that one test could impact the
validity of another.

[1] eclipse-openj9/openj9#14461

Fixes eclipse-openj9/openj9#14461

There are some tests [1] that fail because the SCC name is too large.
The SCC name when the aot test flag is set is derived from the test
name. In order to prevent this issue, simply use the same name for all
tests. This is ok because prior to and after running tests, all SCCs are
destroyed. Additionally, this does not impact any future ability to run
tests in parallel as this is already not possible; the fact that all
SCCs are destroyed between tests means that test could impact the
validity of another.

[1] eclipse-openj9/openj9#14461

Signed-off-by: Irwin D'Souza <[email protected]>
@dsouzai
Copy link
Contributor Author

dsouzai commented Feb 9, 2022

@smlambert @llxia could you please review?

@dsouzai
Copy link
Contributor Author

dsouzai commented Feb 9, 2022

fyi @pshipton

@llxia llxia requested a review from renfeiw February 9, 2022 19:16
Copy link
Contributor

@renfeiw renfeiw left a comment

Choose a reason for hiding this comment

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

LGTM

@smlambert smlambert merged commit 3f284b1 into adoptium:master Feb 9, 2022
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.

Cache name should not be longer than 64 chars
4 participants