-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
reset isreported to MS_FALSE in msResetErrorList() (#6543) #6577
Conversation
|
fixes #6543 for me but more dragons might be lurking. |
|
@landryb please also add a test for this in msautotest (follow guidelines at https://mapserver.org/development/tests/autotest.html ) and include a test in each of your pull requests. Thanks! (the more time you spend creating tests in msautotest, the less dragons faced in the future, ha) |
I can confirm this change fixes the issue on my installation. So this wasn't just an 8.0 issue... Nice @landryb! |
|
@landryb if you now fetch the latest commits from |
e8ee9b8 should test that but with the existing apache setup. I dont have a linux setup around right now to go through all the nginx/spawn-fcgi setup madness :) Oh, and completely untested.. |
|
well afaict from the build job log the two tests are run: |
thanks for adding this, much appreciated. |
No description provided.