Re: Incremental build for scala tests

2024-03-15 Thread Pavel Pozdeev
Looks like this bahaviour has changed after upgrade from gradle 8.5 to 8.6 in https://github.com/apache/kafka/pull/15404. I left a comment there     >Wednesday, March 13, 2024 6:36 PM UTC from Pavel Pozdeev >  > >There seems to be open issue in Gradle for it:

Re: Incremental build for scala tests

2024-03-13 Thread Pavel Pozdeev
There seems to be open issue in Gradle for it: https://github.com/gradle/gradle/issues/20854       >Monday, March 4, 2024 9:44 PM UTC from Pavel Pozdeev >  > >Hi team, >I'm a new member, just joined the community. Trying to add Kraft support to >some existing unit-tests. >I noticed, that when

Incremental build for scala tests

2024-03-04 Thread Pavel Pozdeev
Hi team, I'm a new member, just joined the community. Trying to add Kraft support to some existing unit-tests. I noticed, that when I do any change to some unit-test, e.g. "kafka.admin.AclCommandTest.scala", and then run:   "./gradlew core:compileTestScala"   the entire folder