-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Context:
The ObjectMapperFactoryTest autowires the objectmapper however, does not provide Elasticsearch. When the Elasticearch client is tried to be initialized it will try to reconnect forever. Therefore we need one application for the Resilience tests that will connect to elasticsearch and one for the ObjectMapperFactoryTest where the elasticsearch client is mocked.
AT:
- the backend unit tests run without any problems