RelationalAI / rai-sdk-java

The RelationalAI Software Development Kit (SDK) for Java.
Apache License 2.0
5 stars 1 forks source link

load csv test should not cleanup engine resource #40

Closed NRHelmi closed 1 year ago

NRHelmi commented 1 year ago

The load csv test is cleaning the engine after test completion which is not supposed to be the case. Resources are cleaned up after all tests completion. This issue is intermittent and we don't see it often because it depends from the tests execution order.

cpetitpas commented 1 year ago

Looks like it worked: https://github.com/RelationalAI/raicode/actions/runs/4631837207/jobs/8195362031 Thanks.