-
Notifications
You must be signed in to change notification settings - Fork 5k
Introduce execution time value for SubtractingFileCollection
#32801
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
Introduce execution time value for SubtractingFileCollection
#32801
Conversation
@bot-gradle test this on linux |
This comment has been minimized.
This comment has been minimized.
SubtractingFileCollection
SubtractingFileCollection
The following builds have failed: |
5ae9170
to
9422657
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
import static org.gradle.api.internal.file.TestFiles.fileCollectionFactory | ||
|
||
class SubtractingFileCollectionExecutionTimeValueTest extends Specification { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💅 The test class seems to be more about the SubtractingFileCollection
. Testing execution time value behavior is only one aspect. I'd rename the test class to accommodate for future unit tests for the collection itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a bunch of tests similarly named like this (by me). They are targeting only ETV intentionally, since further ETV implementations will not so simple, and perhaps will require more extensive coverage.
WARN: The milestone of this PR is 8.14 RC1, but the base branch version is 9.0 |
Part of #28820