-
Notifications
You must be signed in to change notification settings - Fork 0
Test data storage #71
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
Conversation
Jonas-Kirchhoff
commented
Aug 29, 2025
- get junit-logs from ctest
- extract data and store in database on branch save_historical_data
- add recent test data to ubuntu-artifact
- Add trudag as the first job to the publish_documentation workflow (uploads the trudag report as an artifact) - Adjusted the original eclipse publication workflow to download the trudag report before building the documentation
- The cpp test reference in the trudag report is rendered with some mkdocs specific formatting that is now removed by the cleaning script
The statements in well-formed-json were overlapping. To remove the over- lap, we reworked the statements and condensed them into eight distinct.
- created no-json-faults as specificications for WFJ-01, WFJ-04, WFJ-05. - added this to trustable graph
An undiscovered issue regarding ubuntu-artifact has been detected. To prevent accidental merge, the approving review is dismissed, and a new review is requested.
| uses: ./.github/workflows/publish_documentation.yml | ||
| with: | ||
| artifact_id: "publish_documentation-${{ github.sha }}" | ||
| artifact_id: "ubuntu-${{ github.sha }}" |
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.
what's the reason for this change?
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.
The ubuntu-artifact is to be used in the publish-documentation workflow for it contains the most recent test report.
Erikhu1
left a comment
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.
Well done!
Adds capturing and storage of test data in Ubuntu-Workflow. Test data are stored in the separate branch save_historical_data in the database TSF/TestResultData.db. Commit messages of commits: * add test data storage possibility * remove key issue * adapt commit message & add fail-save for empty commit * make skript nicer * prepare Ubuntu artifact * make Ubuntu artifact * Fix typo * Fix stupid mistake? * remove debug message * tweak permissions * so better? * fix branch naming issue * Fix branch naming issue try 2 * add missing space * add test result data generation * Fix awfully wrong statement * Fix copying mistake * increase limit for test output * remove comma * add data_store_documentation * add removal of obsolete data * increase captured data * fix issue * Add missing bracket * add missing spaces * Remove AOU-26 * Fix non-sense test * add fail-save for empty data * fix ubuntu workflow * fix data_store in workflow * fix branch for PR * fix security issues --------- Co-authored-by: Nils Eberhardt <nils.eberhardt@d-fine.com>