Skip to content

Conversation

@neddp
Copy link
Member

@neddp neddp commented Feb 8, 2026

What is this change about?

Fixes a 9-year-old typo in the health monitor test that filters compilation job heartbeats. The test was using an invalid regex operator !=~ instead of the correct negated match operator !~.

Please provide contextual information.

It appears this was now exposed by PR #2649.
The invalid operator !=~ (parsed as != followed by ~) always returns true, so compilation heartbeats weren't actually filtered out

What tests have you run against this PR?

Ran the spec/integration/health_monitor/hm_stateless_spec.rb tests.

How should this change be described in bosh release notes?

Fixed health monitor integration test that was using incorrect regex operator for filtering heartbeats.

Does this PR introduce a breaking change?

No - this is a test-only fix.

Copy link
Contributor

@yuriadam-sap yuriadam-sap left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-project-automation github-project-automation bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Feb 12, 2026
@rkoster rkoster merged commit d303ea5 into main Feb 12, 2026
19 checks passed
@github-project-automation github-project-automation bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

4 participants