<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi !</p>
<p>I'm working on a Merge Request (
<a class="moz-txt-link-freetext" href="https://github.com/qgis/QGIS/pull/50167">https://github.com/qgis/QGIS/pull/50167</a> ) and when I run the tests
locally, some tests failed. It seems not to be linked with my
modifications : when I run the tests without my changes the same
tests failed too.</p>
<p>I run the tests using the command `make test' or `make check`in
my build-master directory.</p>
<p>In my ccmake config, I have :</p>
<p>```<br>
</p>
<p>ENABLE_TESTS ON</p>
<p>```<br>
</p>
<p>and also <br>
</p>
<p>```<br>
</p>
<p> ENABLE_COVERAGE OFF<br>
ENABLE_HANATEST OFF<br>
ENABLE_LOCAL_BUILD_SHORTCUTS OFF<br>
ENABLE_MODELTEST OFF<br>
ENABLE_MSSQLTEST OFF<br>
ENABLE_MSSQLTEST_CPP OFF<br>
ENABLE_ORACLETEST OFF<br>
ENABLE_PGTEST OFF</p>
<p>ENABLE_SAGA_TESTS OFF</p>
<p>```</p>
<p>The tests that failed are :</p>
<div style="color: #000000;background-color: #ffffff;font-family: 'Droid Sans Mono', 'monospace', monospace;font-weight: normal;font-size: 14px;line-height: 19px;white-space: pre;"><div><span style="color: #000000;"> 2 - checkGitStatus (Failed)</span></div><div><span style="color: #000000;"> 24 - ProcessingOtbAlgorithmsTest (Failed)</span></div><div><span style="color: #000000;"> 46 - test_core_compositionconverter (Failed)</span></div><div><span style="color: #000000;"> 99 - test_core_layoutmanualtable (Failed)</span></div><div><span style="color: #000000;"> 107 - test_core_layoutpicture (Failed)</span></div><div><span style="color: #000000;"> 111 - test_core_layouttable (Failed)</span></div><div><span style="color: #000000;"> 219 - test_core_openclutils (Subprocess aborted)</span></div><div><span style="color: #000000;"> 220 - test_core_coordinatereferencesystem (Failed)</span></div><div><span style="color: #000000;"> 268 - test_gui_scalecombobox (Failed)</span></div><div><span style="color: #000000;"> 270 - test_gui_rangewidgetwrapper (Failed)</span></div><div><span style="color: #000000;"> 275 - test_gui_filedownloader (Subprocess aborted)</span></div><div><span style="color: #000000;"> 293 - test_gui_queryresultwidget (Subprocess aborted)</span></div><div><span style="color: #000000;"> 297 - test_3d_3drendering (Failed)</span></div><div><span style="color: #000000;"> 307 - test_analysis_processingalgspt2 (Failed)</span></div><div><span style="color: #000000;"> 310 - test_analysis_rastercalculator (Failed)</span></div><div><span style="color: #000000;"> 323 - test_provider_wcsprovider (Failed)</span></div><div><span style="color: #000000;"> 339 - test_app_advanceddigitizing (Failed)</span></div><div><span style="color: #000000;"> 341 - test_app_applocatorfilters (Failed)</span></div><div><span style="color: #000000;"> 395 - PyQgsAnnotation (Failed)</span></div><div><span style="color: #000000;"> 427 - PyQgsColorRampLegendNode (Failed)</span></div><div><span style="color: #000000;"> 453 - PyQgsDistanceArea (Failed)</span></div><div><span style="color: #000000;"> 466 - PyQgsExternalStorageWebDAV (Failed)</span></div><div><span style="color: #000000;"> 503 - PyQgsGraduatedSymbolRenderer (Failed)</span></div><div><span style="color: #000000;"> 530 - PyQgsLayoutExporter (Failed)</span></div><div><span style="color: #000000;"> 594 - PyQgsMetadataUtils (Failed)</span></div><div><span style="color: #000000;"> 606 - PyQgsNumericFormat (Failed)</span></div><div><span style="color: #000000;"> 612 - PyQgsOgcUtils (Failed)</span></div><div><span style="color: #000000;"> 625 - PyQgsPlot (Failed)</span></div><div><span style="color: #000000;"> 664 - PyQgsProviderSublayerModel (Failed)</span></div><div><span style="color: #000000;"> 700 - PyQgsScaleWidget (Failed)</span></div><div><span style="color: #000000;"> 709 - PyQgsTextRenderer (Failed)</span></div><div><span style="color: #000000;"> 757 - PyQgsVectorLayerCache (Failed)</span></div><div><span style="color: #000000;"> 774 - PyQgsWFSProviderGUI (Failed)</span></div><div><span style="color: #000000;"> 794 - PyQgsSelectiveMasking (Failed)</span></div><div><span style="color: #000000;"> 801 - PyQgsPalLabelingServer (Failed)</span></div><div><span style="color: #000000;"> 812 - PyQgsServerWMSGetMap (Failed)</span></div><div><span style="color: #000000;"> 817 - PyQgsServerWMSGetLegendGraphic (Failed)</span></div><div><span style="color: #000000;"> 826 - PyQgsServerSecurity (Timeout)</span></div><div><span style="color: #000000;"> 845 - PyQgsServerConfigCache (Timeout)</span></div><div><span style="color: #000000;">
</span></div><div><span style="color: #000000;">
</span></div><div><span style="color: #000000;">What should I do for not having tests that failed ?</span></div><div><span style="color: #000000;">
</span></div><div><span style="color: #000000;">Also is it possible to run a single test ?</span></div><div><span style="color: #000000;">
</span></div><div><span style="color: #000000;">Thanks a lot for your time & held.</span></div><div><span style="color: #000000;">
</span></div><div><span style="color: #000000;">Marc
</span></div></div>
</body>
</html>