PeteyMi / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Check size of output tests #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OpenJPEG / CDASH does not work since we reached the max quota

Original issue reported on code.google.com by mathieu.malaterre on 24 Mar 2014 at 3:07

GoogleCodeExporter commented 9 years ago
Issue 309 has been merged into this issue.

Original comment by mathieu.malaterre on 24 Mar 2014 at 5:29

GoogleCodeExporter commented 9 years ago
Here is what I think happened in the last few days:

1. One of the -decode test timeout while being executed through valgrind
2. one of the following DEPENDS test was checking the generated PPM file
3. PPM codec was very verbose in case of error (an error message was printed 
for every single missing pixel)
4. This large file was sent to CDash as part of the DynamicAnalysis.xml

I applied the following fixes:

1. Exit early when a missing pixel is found (r2773) 
2. Increase timeout for valgrind (r2777)
3. Report to CMake that CTest should not try to execute a test if a dependee 
test failed (DEPENDS really define an order of execution not a guarantee of 
success, eg. || vs &&). See: http://cmake.org/Bug/view.php?id=14829

Original comment by mathieu.malaterre on 25 Mar 2014 at 9:54