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
The tests added in #623 can cause occasional build failures. Sometimes the console log just ends without any errors and sometimes there is a message along the lines of pytest failed with exit code -9.
The problem appears to be due to memory consumption as the tests pass when building on a larger machine. For example the tests passed when 52GB machine was used in a988877
That change was not merged as build should not require so much memory.
The text was updated successfully, but these errors were encountered:
davidkyle
added
ci
issues related to continuous integration
topic:NLP
Issue or PR about NLP model support and eland_import_hub_model
labels
Nov 16, 2023
The tests added in #623 can cause occasional build failures. Sometimes the console log just ends without any errors and sometimes there is a message along the lines of
pytest failed with exit code -9
.The problem appears to be due to memory consumption as the tests pass when building on a larger machine. For example the tests passed when 52GB machine was used in a988877
That change was not merged as build should not require so much memory.
The text was updated successfully, but these errors were encountered: