gpt4 book ai didi

ruby-on-rails - 如何等待 ES 索引在 Rspec 和 Capybara 中完成?

转载 作者:数据小太阳 更新时间:2023-10-29 06:57:08 25 4
gpt4 key购买 nike

如何避免在该示例中使用 sleep 1 等待 ES 索引完成?

describe Question do
before do
create :question, content: "Some test question",
app: @app
create :question, content: "Some other question",
app: @app
sleep 1
end

it_behaves_like "search results found" do
let(:query) { "Some" }
let(:results) { ["Some test question", "Some other question"] }
end
end

最佳答案

调用“刷新”API 端点。如果您使用 Tire 和 ActiveModel 集成功能,它将是:

Question.tire.index.refresh

或者,您可以使用 curl 直接命中端点。

关于ruby-on-rails - 如何等待 ES 索引在 Rspec 和 Capybara 中完成?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14590463/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com