mgroves/NoSqlMigrator

Index creation race condition

mgroves opened this issue · 2 comments

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.

Tough to reproduce, but the error being produced is like "index doesn't exist", so I'm pretty confident this is the issue.

seems to be fixed now