CDash icon indicating copy to clipboard operation
CDash copied to clipboard

An open source, web-based software testing server

Results 213 CDash issues
Sort by recently updated
recently updated
newest added

# 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....

bug report

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...

bug report

# 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...

feature request

# 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...

bug report

# 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...

feature request

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...

refactor / internal change

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...

refactor / internal change

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...

bug report

I tried to search a build using "Revision" field, it is "20230221", the result are as following: ![image](https://user-images.githubusercontent.com/41659404/221083260-9d29dc0b-ad7b-44a1-a50d-00dc878b9c58.png) And then, I found it's strange that the failed build test result...

bug report

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...