-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Reactivate WMS GetPrint unit tests #37403
Reactivate WMS GetPrint unit tests #37403
Conversation
It's probably too annoying to fix now, but the reason these tests are so slow is that they use 300 DPI outputs. All the main layout checks (non server) drop the output DPI to keep the reference images small, and it greatly speeds up the reference/rendered comparison (simply due to much lower pixel count to check through!) |
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.
Lgtm, let's give it a try!
Travis is green ! |
Awesome :) |
@rldhont excellent! What was exactly the problem? |
Great news!
Any chance you can move another test? It's pretty close to 55 seconds... |
The duration of the test, too much tests, too long. |
927d034
to
b7f620f
Compare
@Gustry I have added an other split |
Description
Since #35277 [Tests][Server] WMS GetPrint group, the QGIS Server WMS GetPrint tests segfault because it takes too long time. The max duration of a test is 55 sec fc561d0 and the QGIS Server WMS GetPrint takes more than 55 sec to finish. The test was also too big.
The solution is to split the QGIS Server WMS GetPrint tests.