Skip to content

Commit

Permalink
GEODE-3308: Lucene rolling upgrade and backwards compatibility tests …
Browse files Browse the repository at this point in the history
…added
  • Loading branch information
nabarunnag committed Aug 2, 2017
1 parent 8d37097 commit 37d388b
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geode-lucene/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies {
testCompile 'org.apache.lucene:lucene-analyzers-phonetic:' + project.'lucene.version'
testCompile 'com.pholser:junit-quickcheck-generators:' + project.'junit-quickcheck.version'
testCompile files(project(':geode-core').sourceSets.test.output)
testCompile project(':geode-old-versions')

}

//The lucene integration tests don't have any issues that requiring forking
Expand Down
Loading

0 comments on commit 37d388b

Please sign in to comment.