-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
ubuntu-24.04 - 20250209.1.0 - Temp #11610
Comments
Hi @Vishnu-is-sacrifice - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
Hi @Vishnu-is-sacrifice - In meantime, we request you to provide any workflow and reproduction steps link to help us investigate the issue further. |
@Prabhatkumar59 Please see ticket https://support.github.com/ticket/personal/0/3236133 |
Hi @Vishnu-is-sacrifice - Thanks for your input. We are unable to find above mentioned ticket. Requesting you to provide any alternative workflow or repro steps link. |
@Prabhatkumar59 I have created an mvp for you which demonstrates the issue. |
Description
Temp directories broken again. Previously broken on a version earlier than 20250202.1.0, then fixed in 20250202.1.0, and now broken again in 20250209.1.0.
Platforms affected
Runner images affected
Image version and build link
20250209.1.0
Is it regression?
20250202.1.0
Expected behavior
Temp directory successfully used via Junit test
@tempdir
private static Path tempDirectory;
Actual behavior
Error: Errors:
Error: SomeServiceTest » ExtensionConfiguration Failed to create default temp directory
Repro steps
Create a JUnit test with field and run it against both image versions
@tempdir
private static Path tempDirectory;
The text was updated successfully, but these errors were encountered: