Skip to content

Onceover fixes#157

Merged
Magisus merged 2 commits into
puppet8from
puppet8_onceover_fixes
Jun 24, 2025
Merged

Onceover fixes#157
Magisus merged 2 commits into
puppet8from
puppet8_onceover_fixes

Conversation

@albatrossflavour
Copy link
Copy Markdown

  • Added the PowerShell binary to allow onceover tests on windows nodes to work.
  • Update the hiera eyaml gem to fix onceover runs
  • Pin the big decimal gem to fix onceover parallel runs
  • Include the rexml gem to fix onceover windows testing in general

@albatrossflavour albatrossflavour requested a review from a team as a code owner June 6, 2025 04:16
Comment thread Gemfile Outdated
gem 'rubocop', '~> 1.75'
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to at least pin the major version here, like we've done with the others: ~> 3.2

Comment thread Gemfile
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
gem 'bigdecimal', '= 3.2.1'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here about why this is pinned so precisely, so we can see it and know what to check to repro the issue if we want to see if things have been fixed upstream down the line?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, missed this.

The various gem dependencies aren't currently met unless we add this specific gem at this version. We can revisit it as part of an overarching review of the structure.

If we don't include it, onceover (especially with --parallel) fails hard.

@Magisus Magisus merged commit 03b1294 into puppet8 Jun 24, 2025
2 checks passed
@Magisus Magisus deleted the puppet8_onceover_fixes branch June 24, 2025 14:26
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.

2 participants