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 lot of the jstests rely on a special object called TestData which holds test data. This is set via a .yml file as seen here for the core suite and then passed to the mongo shell. It's also set here.
We should investigate how we can do this in dance as we enable more tests in #290.