You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I run all integration tests for my application using pants --integ test --force ::. This used to succeed, but now it fails with an IntrinsicError related to "expanding output globs".
Here's a (sanitized) example of the failure. The test file name is different every time:
@huonw we updated from Pants 2.21 to Pants 2.23 about a month ago. I'll see if the issue persists on Pants 2.24. I can't think of anything else about our integration test setup that has materially changed. Thanks for taking a look!
Describe the bug
I run all integration tests for my application using
pants --integ test --force ::
. This used to succeed, but now it fails with anIntrinsicError
related to "expanding output globs".Here's a (sanitized) example of the failure. The test file name is different every time:
Pants version
2.23.0
OS
MacOS Sonoma 14.7.4
Additional info
.pants.d/
and re-running - no effectThe text was updated successfully, but these errors were encountered: