-
Notifications
You must be signed in to change notification settings - Fork 668
chore: fixtures: after delete() wait to verify deleted #1784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d684c74
to
b0b137a
Compare
b0b137a
to
05c1240
Compare
05c1240
to
3633850
Compare
Example of error in tests that this is trying to fix:
|
Thanks @JohnVillalovos I'll try to get back into the functional testing topic a bit.. I think we should make this reliable for sure, although it also shows we have some poor assertions in those legacy tests there. IMO we should never be asserting |
3633850
to
f4b2373
Compare
f4b2373
to
75be3aa
Compare
80122a7
to
7a86c8d
Compare
7a86c8d
to
41f94eb
Compare
41f94eb
to
7b946d2
Compare
1dcf0f4
to
b8d3aa5
Compare
Thanks again @JohnVillalovos, just a few more random thoughts as I like that we're potentially even reducing the codebase here :) |
In our fixtures that create: - groups - project merge requests - projects - users They delete the created objects after use. Now wait to ensure the objects are deleted before continuing as having unexpected objects existing can impact some of our tests.
b8d3aa5
to
1f73b6b
Compare
In our fixtures that create:
They delete the created objects after use. Now wait to ensure the
objects are deleted before continuing as having unexpected objects
existing can impact some of our tests.