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
A very belated response, but: I've just released v5.6.0 which uses rm_rf instead of just rm_r. Hopefully this resolves the issue for you! Do let me know if that's not the case though.
Hello, our tests fail randomly at clean up phase for ThinkingSphinx. It seems it can not delete the indices directory (
db/sphinx/test
).Here is our test setup for ThinkingSphinx in Minitest:
sphinx_helper.rb
test_helper.rb
In test we just include SphinxHelper module and use
index_sphinx
method after creating the test data with Faker.Is it safe to remove manually the indices directory? For example:
Gems:
Ruby 3.0.6
Rails 7.0.8.1
ThinkingSphinx 5.5.1
The text was updated successfully, but these errors were encountered: