File tree Expand file tree Collapse file tree 7 files changed +8
-17
lines changed
kotlin/org/modelix/model/server/store Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ dependencies {
82
82
testImplementation(libs.mockk)
83
83
testImplementation(kotlin(" test" ))
84
84
testImplementation(project(" :modelql-untyped" ))
85
+ testImplementation(libs.testcontainers)
86
+ testImplementation(libs.testcontainers.postgresql)
85
87
}
86
88
87
89
tasks.named<ShadowJar >(" shadowJar" ) {
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ package org.modelix.model.server.store
18
+
16
19
import org.junit.jupiter.api.Test
17
20
import org.junit.jupiter.api.assertDoesNotThrow
18
21
import org.modelix.model.lazy.RepositoryId
19
- import org.modelix.model.server.store.IgniteStoreClient
20
- import org.modelix.model.server.store.ObjectInRepository
21
22
import org.testcontainers.containers.PostgreSQLContainer
22
23
import org.testcontainers.utility.DockerImageName
23
24
import java.sql.Connection
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ package org.modelix.model.server.store
18
+
16
19
import org.modelix.model.lazy.RepositoryId
17
20
import org.modelix.model.persistent.HashUtil
18
- import org.modelix.model.server.store.IgniteStoreClient
19
- import org.modelix.model.server.store.ObjectInRepository
20
21
import org.testcontainers.containers.PostgreSQLContainer
21
22
import org.testcontainers.utility.DockerImageName
22
23
import org.testcontainers.utility.MountableFile
File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ include("model-server")
27
27
include(" model-server-openapi" )
28
28
include(" model-server-api" )
29
29
include(" model-server-lib" )
30
- include(" model-server-test" )
31
30
include(" modelql-client" )
32
31
include(" modelql-core" )
33
32
include(" modelql-html" )
You can’t perform that action at this time.
0 commit comments