You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
Running
pytest
from the hdk tests directory causes a crash on the second test.Specifically, this line is failing:
And due to some issues with the logger not being around anymore, we are failing to log the message and aborting.
The problem appears to be an issue of JNI context trying to initialize the JVM twice.
Full backtrace:
The text was updated successfully, but these errors were encountered: