CDash
CDash copied to clipboard
An open source, web-based software testing server
# Bug report ### Expected Behavior Files uploaded via `/tmp/path.log` should be displayed on `http://cdash.yuwei/test/1698913` as base64-decoded texts. ### Actual Behavior They are displayed base64-encoded, not readable for a human....
Hi All Our` CDash` instance started considerably lagging behind recently and we're not sure how to debug this. We use `CDash` version `v3.0.3-14-gef36cf0d` with a remote mysql db over aws...
# Feature Request New RHELs don't ship docker by default, and podman in generally is more OCI-compliant, and Kubernetes-friendly. Would it be possible to port the existing docker-compose.yml to run...
# Bug report ### Expected Behavior The build has only one test case, the test case time value display as "1 day 3h 46m 39s 990ms",that's 99999.99s,but the build time...
# Feature Request After a CTest submit is complete, print out the build URL in the command. Something like: ```sh Submit files SubmitURL: http://cdash.com/submit.php?project=test Uploaded: /private/var/opt/build/Testing/20230516-1424/Configure.xml Uploaded: /private/var/opt/build/Testing/20230516-1424/Build.xml Uploaded: /private/var/opt/build/Testing/20230516-1424/Test.xml...
CDash currently stores and manipulates timestamps in several different ways. The most common way dates are manipulated is through PHP's procedural [`date()`](https://www.php.net/manual/en/function.date.php) family of functions. Timestamps are often passed around...
We currently lack any sort of automated referential data integrity validation. This means that stale data may accumulate in tables if entities are not deleted properly. This also means that...
CDash server responding with `Error parsing XML in stream at line 1: syntax error` for Coverage XML
I'm hoping this is a CDash issue and not a CMake/CTest issue but let me know. After calling my dashboard script for Windows/MacOS I'm generating a Cobertura XML and parsing...
I tried to search a build using "Revision" field, it is "20230221", the result are as following:  And then, I found it's strange that the failed build test result...
I'm trying to deploy cdash build from source. I'm using MariaDB on the mysql side. - When I run ``` $ docker-compose up -d --no-deps --build common $ docker-compose up...