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 has been archived by the owner on Sep 2, 2024. It is now read-only.
Since the merge of #88 the make alltest is now failing due to the way the search package seems to have conflict opening the search index file while tests are running in parallel / concurrently.
Bottom line is that the Setup function of the backend package should not instantiate the search.Search struct by calling its New function.
Not extremely clear what should be the right course of action from here. I believe the tests and the entire dependency will need some more thinking to prevent that kind of issues.
The text was updated successfully, but these errors were encountered:
Since the merge of #88 the
make alltest
is now failing due to the way thesearch
package seems to have conflict opening the search index file while tests are running in parallel / concurrently.Bottom line is that the
Setup
function of thebackend
package should not instantiate thesearch.Search
struct by calling itsNew
function.Not extremely clear what should be the right course of action from here. I believe the tests and the entire dependency will need some more thinking to prevent that kind of issues.
The text was updated successfully, but these errors were encountered: