Skip to content

Commit

Permalink
fixed hdfs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Feb 10, 2025
1 parent 48f4a66 commit b0a90c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public static void bringDownCluster() {


@Test
@Ignore
public void testSetupAndDropCustomsWithUseSystemClause() {

// create a custom procedure and function for each member
Expand Down
6 changes: 5 additions & 1 deletion extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ dependencies {
}

def withoutServerEE8 = {
exclude group: 'org.eclipse.jetty'
exclude group: 'org.eclipse.jetty.aggregate'
exclude group: 'org.apache.hive', module: 'hive-service'
exclude group: 'org.eclipse.jetty.ee8'
exclude group: 'org.eclipse.jetty.http2'
}

testImplementation group: 'org.neo4j.community', name: 'it-test-support', version: neo4jVersionEffective, withoutServerEE8
Expand All @@ -178,7 +182,7 @@ dependencies {
testImplementation group: 'org.neo4j', name: 'neo4j-kernel', version: neo4jVersionEffective, classifier: "tests", withoutServerEE8
testImplementation group: 'org.neo4j', name: 'neo4j-io', version: neo4jVersionEffective, classifier: "tests", withoutServerEE8

def hadoopVersion = '3.4.1'
def hadoopVersion = '3.4.0'
testImplementation group: 'org.apache.hadoop', name: 'hadoop-hdfs', version: hadoopVersion
testImplementation group: 'org.apache.hadoop', name: 'hadoop-common', version: hadoopVersion
testImplementation group: 'org.apache.hadoop', name: 'hadoop-minicluster', version: hadoopVersion
Expand Down

0 comments on commit b0a90c9

Please sign in to comment.