codelibs / elasticsearch-analysis-kuromoji-ipadic-neologd

Elasticsearch's Analyzer for Kuromoji with Neologd
Apache License 2.0
114 stars 26 forks source link

Test failed. #22

Open 000benniu opened 3 years ago

000benniu commented 3 years ago

Is anyone have same issue as the test failed? Maybe the code is too old need be updated?

[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   PosConcatenationFilterFactoryTest.test_basic » MasterNotDiscovered
[ERROR]   PosConcatenationFilterFactoryTest.test_basic2 » MasterNotDiscovered
[INFO]
[ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
r4-keisuke commented 1 year ago

It is possible that the Elasticsearch Cluster Runner has a Master node that is not recognized by Elasticsearch Runner and is using the 9301 port. Try changing it to 9300 when testing in your test code.