Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
S
services
elastic-services
Search Doc Service
Commits
ef5f7195
Commit
ef5f7195
authored
Jan 19, 2021
by
Jonas Waeber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore the class
parent
cd57edba
Pipeline
#20346
failed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/test/kotlin/TestElasticSearchWrapper.kt
src/test/kotlin/TestElasticSearchWrapper.kt
+3
-1
No files found.
src/test/kotlin/TestElasticSearchWrapper.kt
View file @
ef5f7195
...
...
@@ -13,6 +13,7 @@ import org.elasticsearch.client.RequestOptions
import
org.elasticsearch.client.RestClient
import
org.elasticsearch.client.RestHighLevelClient
import
org.elasticsearch.client.indices.GetIndexRequest
import
org.junit.Ignore
import
org.junit.jupiter.api.Disabled
import
org.junit.jupiter.api.Test
import
org.junit.jupiter.api.TestInstance
...
...
@@ -22,6 +23,7 @@ import org.memobase.model.FacetContainer
import
org.memobase.model.LanguageContainer
@TestInstance
(
TestInstance
.
Lifecycle
.
PER_CLASS
)
@Ignore
class
TestElasticSearchWrapper
{
private
val
log
=
LogManager
.
getLogger
(
TestElasticSearchWrapper
::
class
.
java
)
private
val
host
=
"localhost"
...
...
@@ -64,7 +66,7 @@ class TestElasticSearchWrapper {
* and update the index and record set identifier as necessary.
*/
@Test
@
Disabled
@
Ignore
fun
`test
getDocumentTypesFromRecords`
()
{
val
props
=
Properties
()
props
.
setProperty
(
"elastic.index"
,
documentsIndex
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment