Index creation race condition
mgroves opened this issue · 2 comments
mgroves commented
When creating an index, it might not be fully ready when the migration finishes (Couchbase builds them async). This is normally not a big deal, except when running migrations and then immediately running integration/function tests.
mgroves commented
Tough to reproduce, but the error being produced is like "index doesn't exist", so I'm pretty confident this is the issue.
mgroves commented
seems to be fixed now