Skip to content

Update integration tests to expect Ruby 3.4 output#409

Merged
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:fix-hashrocket-spacing-in-tests
Jul 14, 2026
Merged

Update integration tests to expect Ruby 3.4 output#409
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:fix-hashrocket-spacing-in-tests

Conversation

@Sharpie

@Sharpie Sharpie commented Jul 14, 2026

Copy link
Copy Markdown
Member

Pull Request (PR) description

JRuby 10 has landed over in OpenVox Server, which means Ruby language behavior has moved from Ruby 3.1 to Ruby 3.4. This brought in a 3.4 change to how Hash#inspect stringifies data:

https://bugs.ruby-lang.org/issues/20433

This commit updates the OpenVoxDB integration tests to expect the new {a => b} output instead of the older, compact, {a=>b} output.

This Pull Request (PR) fixes the following issues

JRuby 10 has landed over in OpenVox Server, which means Ruby language
behavior has moved from Ruby 3.1 to Ruby 3.4. This brought in a 3.4
change to how `Hash#inspect` stringifies data:

  https://bugs.ruby-lang.org/issues/20433

This commit updates the OpenVoxDB integration tests to expect the new
`{a => b}` output instead of the older, compact, `{a=>b}` output.

Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
@Sharpie Sharpie enabled auto-merge July 14, 2026 16:17
@Sharpie Sharpie merged commit 35ddfef into OpenVoxProject:main Jul 14, 2026
12 checks passed
@Sharpie Sharpie deleted the fix-hashrocket-spacing-in-tests branch July 14, 2026 16:36
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