-
Notifications
You must be signed in to change notification settings - Fork 67
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
fix(shell-api): Fix invalid regular expression error in db.currentOp() MONGOSH-1703 #2187
Conversation
…ssion in db.currentOp()
I realize CI isn't passing but I have trouble tracking down anything related to my change (and I know some tests have always been flakey), let me know if there's some way I can access better logs. |
Remaining failing CI tests seem unrelated to the changes with exception to 1 MacOS test which should be fixed with a higher timeout 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nothing blocking.
Rest of the failing tests are not related to the changes, going ahead. |
Fixes a bug where a regular expression error in db.currentOp() would cause it to error. Also adds e2e tests for currentoOp
Reproduction
Running
and then concurrently in a different shell
would cause