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
In FerretDB we have debugError command that allows us to see how everything would work if FerretDB panics.
Let's write a test for it.
As with the current task run configuration FerretDB panics and stops, we need to provide a way to run FerretDB in a non-debug mode (when panics are recovered and not thrown).
TODO:
Add a debugError test that causes panic on the FerretDB side
Fix FerretDB to provide the necessary configuration and setup CI to work this way
The text was updated successfully, but these errors were encountered:
Moved the issue to FerretDB repo FerretDB/FerretDB#3672, because TODO links in FerretDB repo needs to be FerretDB issue for linters to be happy. Closing it as duplicate.
In FerretDB we have
debugError
command that allows us to see how everything would work if FerretDB panics.Let's write a test for it.
As with the current
task run
configuration FerretDB panics and stops, we need to provide a way to run FerretDB in a non-debug mode (when panics are recovered and not thrown).TODO:
debugError
test that causes panic on the FerretDB sideThe text was updated successfully, but these errors were encountered: