Using the embedded EventStore in integration tests

Hi,

I’m currently using the embedded Eventstore in some integration tests.

When running these tests I get an error in the storage chaser and am told that the thread is being aborted.

I’m calling stop on theClusterVNode in the PostAssertTearDown of NUnit.

Does anyone have any idea what could be causing this given I’m running in memory? Also, how can I produce logs for further analysis?

Any help appreciated.

Kind regards

Sean.

EventStore.Common.Log.LogManager.Init(....);

Storage chaser still run in memory mode (its just using memory)

What are the component name and configuration directory paramketers?
Cheers
Sean.

"eventstore" "./"

https://github.com/EventStore/EventStore/blob/release-v3.6.0/src/EventStore.Common/Log/LogManager.cs#L49
its passed into logger

Hi,

Ok, I've initialized the log manager, but get no logging, do I have to tell the embedded node builder to use this?
Cheers
Sean.

Hi,

That's all fixed and working as expected.
Cheers
Sean.