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 KotlinStdlibTransformationTest on CI for java 20 & 21 #508

Open
dmitrii-artuhov opened this issue Feb 7, 2025 · 1 comment
Open

Comments

@dmitrii-artuhov
Copy link
Collaborator

dmitrii-artuhov commented Feb 7, 2025

The problem occurs with the modifications done in PR #469, which adds support for System.arraycopy tracking for static memory snaspshot. The test KotlinStdlibTransformationTest causes time limit on CI for java 20 & 21 tests on Linux PCs, when on older versions it finishes in under 5 seconds.

The reason is unknown and locally I was not able to reproduce it. However, this should be handled somewhere in the future

@ndkoval ndkoval removed the bug label Feb 7, 2025
@dmitrii-artuhov
Copy link
Collaborator Author

The issue turned out to be not with this specific test, but rather with all tests in .transformation package. Sometimes tests from there fail because of unable to transform class .... I am investigating the reason

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

No branches or pull requests

2 participants