Round Trip Content Conversion Not Run in GHA CI/CD #115
Labels
bug
The issue is a bug report.
Discussion Needed
The issue or PR needs to be reviewed by the OSCAL development team.
question
The issue contains a question that needs to be answered.
Describe the bug
In the course of completing usnistgov/OSCAL#1222, review of the current CI/CD documentation indicates we did or currently do intend to run validate-content-conversion-round-trips.sh, either with
run-all.sh
as code or as wording suggests independently. The former is not implemented and the latter is currently commented out. Documentation should be updated or pipelines ought to be updated at a later date. This bug was opened to solicit feedback from project leads and development team.Who is the bug affecting?
Developers who want to modify and test the consistency of round-tripped OSCAL document instances from any combination JSON, XML, and YAML.
What is affected by this bug?
Testing of round-tripping of content conversion.
When does this occur?
Consistently in our hosted CI/CD system, partially works with custom tweaks to shell scripting
run-all.sh
to restore back round-trip testing of content conversion.How do we replicate the issue?
1a. Execute GitHub Actions through CI/CD and review output in debugging mode.
1b. Execute
bash -x ./build/ci-cd/run-all.sh
in local testing environment and observe debug outputExpected behavior (i.e. solution)
Updated documentation or updated pipelines actually testing round tripping functionality.
Other Comments
N/A
The text was updated successfully, but these errors were encountered: