Skip to content
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

Fixed: junit and json output bug causing panic #849

Merged
merged 1 commit into from Oct 11, 2023
Merged

Conversation

aelsabbahy
Copy link
Member

Checklist
  • make test-all (UNIX) passes. CI will also test this
  • unit and/or integration tests are included (if applicable)
  • documentation is changed or added (if applicable)

Description of change

Fixed: junit and json output bug causing panic

Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed removing the conversion code that existed in goss.

The need to convert back and forth between map[interface{}]interface{} and map[string]inteface{} is no longer present with the new version of the yaml library.

fixes #846 #848

Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed
removing the conversion code that existed in goss.

The need to convert back and forth between map[interface{}]interface{} and
map[string]inteface{} is no longer present with the new version of the
yaml library.

fixes #846 #848
@aelsabbahy aelsabbahy merged commit 9283456 into master Oct 11, 2023
1 check passed
@aelsabbahy aelsabbahy deleted the fix_output_bug branch October 11, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with contain-substring/mach-regexp matcher and json/junit formatters
1 participant