You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "AMashenkov (via GitHub)" <gi...@apache.org> on 2023/06/21 11:42:01 UTC

[GitHub] [ignite-3] AMashenkov commented on a diff in pull request #2205: IGNITE-19755: move common test classes to testFixtures for runner module

AMashenkov commented on code in PR #2205:
URL: https://github.com/apache/ignite-3/pull/2205#discussion_r1236861779


##########
modules/runner/build.gradle:
##########
@@ -158,8 +158,21 @@ dependencies {
     integrationTestImplementation libs.typesafe.config
     integrationTestImplementation libs.auto.service.annotations
 
+    testFixturesImplementation project(':ignite-core')
     testFixturesImplementation project(':ignite-api')
+    testFixturesImplementation project(':ignite-raft-api')
+    testFixturesImplementation project(':ignite-raft')
     testFixturesImplementation project(':ignite-sql-engine')
+    testFixturesImplementation project(':ignite-table')
+    testFixturesImplementation project(':ignite-schema')
+    testFixturesImplementation testFixtures(project(':ignite-api'))
+    testFixturesImplementation testFixtures(project(':ignite-core'))
+    testFixturesImplementation testFixtures(project(':ignite-network'))
+    testFixturesImplementation libs.jetbrains.annotations
+    testFixturesImplementation libs.junit5.api
+    testFixturesImplementation libs.junit5.impl
+    testFixturesImplementation libs.junit5.params

Review Comment:
   Do we really need all of this?
   
   Look like these dependencies already added here
   `apply from: "$rootDir/buildscripts/java-test-fixtures.gradle"`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org