-
Notifications
You must be signed in to change notification settings - Fork 0
Demo for 7 #4
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
base: main
Are you sure you want to change the base?
Demo for 7 #4
Conversation
4e9711e to
2ba1e04
Compare
tresat
left a comment
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.
Demo looks good, my comments are about removing unnecessary things from this branch.
Can you delete /build-logic, /plugin, all the unused dir, from this branch to simplify it?
engine/src/main/java/org/gradle/rbt/engine/ResourceBasedTestEngine.java
Outdated
Show resolved
Hide resolved
engine/src/main/java/org/gradle/rbt/engine/ResourceBasedTestEngine.java
Outdated
Show resolved
Hide resolved
engine/src/main/java/org/gradle/rbt/engine/ResourceBasedSelectorResolver.java
Show resolved
Hide resolved
94f096b to
c7f7d48
Compare
| @@ -0,0 +1,8 @@ | |||
| <?xml version="1.0" encoding="UTF-8" ?> | |||
| <tests> | |||
| <test name="failingTest" /> | |||
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.
I introduced customTest so that the demo exhibits failing behavior, while the test task can succeed (the corresponding test definition does not contain <test name="failingTest" />)
|
@tresat ptal |
tresat
left a comment
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.
All the changes look good! Just 2 small things:
- Could you please add instructions about running the
customTestsuite to theREADMEso that we can be sure it's noticed. - Could you add a note that this is running against a snapshot branch to the
READMEas well, so we advertise that? IDK if we'll have time to build a 9.4.0-m2 and update this demo or if we'll just submit as it.
8a55214 to
7c542be
Compare
|
@tresat I've updated README |
2602b0a to
5a62cee
Compare
5a62cee to
5220e5f
Compare
No description provided.