Skip to content
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

Graph store xd 1116 #241

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entity-store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(project(":xodus-openAPI"))
api("io.youtrackdb:youtrackdb-core:1.0.0-20250110.154816-3")
api("io.youtrackdb:youtrackdb-core:1.0.0-20250116.103948-6")

implementation(project(":xodus-utils"))
implementation(project(":xodus-environment"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import jetbrains.exodus.entitystore.orientdb.testutil.*
import jetbrains.exodus.query.metadata.entity
import jetbrains.exodus.query.metadata.oModel
import org.junit.Assert
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import kotlin.test.assertContentEquals
Expand Down Expand Up @@ -55,7 +54,6 @@ class OBinaryOperationsWithSortTest : OTestMixin {


@Test
@Ignore
fun intersect() {
testCase = OUsersWithInheritanceTestCase(youTrackDb)

Expand All @@ -79,7 +77,6 @@ class OBinaryOperationsWithSortTest : OTestMixin {
}

@Test
@Ignore
fun minus() {
testCase = OUsersWithInheritanceTestCase(youTrackDb)

Expand Down
Loading