In reviewing patches in #21, which have worked well in some of my applications, I started running the nimble tests to start tracking down issues.
First issue I'm looking at. (and will follow up when I get some time during the week. )
With and without the patch, this issue arises.
Nim version 1.6.14
Mongo 6.0 (haven't tried other versions) - let alone the newly released 7.0
Amd64 in Linux
[Suite] Administration APIs tests
/home/localhost/.../anonimongo/tests/test_admmgmt_test.nim(15, 22): Check failed: mongorun.running
Error: execution of an external program failed: '/home/localhost/.../anonimongo/tests/test_admmgmt_test '
Error: Execution failed with exit code 1
... Command: /home/localhost/.nimble/bin/nim c --noNimblePath -d:NimblePkgVersion=0.6.5 --path:/home/localhost/.nimble/pkgs/nimSHA2-0.1.1 --path:/home/localhost/.nimble/pkgs/scram-0.2.0 --path:/home/localhost/.nimble/pkgs/hmac-0.2.0 --path:/home/localhost/.nimble/pkgs/nimSHA2-0.1.1 --path:/home/localhost/.nimble/pkgs/sha1-1.1 --path:/home/localhost/.nimble/pkgs/nimcrypto-0.5.4 --path:/home/localhost/.nimble/pkgs/sha1-1.1 --path:/home/localhost/.nimble/pkgs/dnsclient-0.3.4 --path:/home/localhost/.nimble/pkgs/supersnappy-2.1.3 --path:/home/localhost/.nimble/pkgs/zippy-0.10.10 --path:/home/localhost/.nimble/pkgs/multisock-1.0.1 -r --path:. /home/localhost/.../anonimongo/tests/test_admmgmt_test
I have a few considerations for reviewing this and committing and pushing to development the patches in #21:
- would be safe to apply the patch, and continue analyzing this issue separately?
- Is opening an issue on this a good workflow to keep track of? ( I see several issues in the tests when I pass -c, maybe you're planning to do other things with them)
- Are there things that need to be changed to make it work, I checked user, password, localhost, and other consts that don't appear to have an issue working on my setup so far. I will take a look, but opening an issue if necessary, please feel free to close if you're planning to do something else with the tests!
In reviewing patches in #21, which have worked well in some of my applications, I started running the nimble tests to start tracking down issues.
First issue I'm looking at. (and will follow up when I get some time during the week. )
With and without the patch, this issue arises.
Nim version 1.6.14
Mongo 6.0 (haven't tried other versions) - let alone the newly released 7.0
Amd64 in Linux
I have a few considerations for reviewing this and committing and pushing to development the patches in #21: