Fix: update integration sandbox manifest generation#2721
Conversation
Manifest properties for Health Monitor changed in `61bab34c69` resulting in integration specs failing: ``` ./spec/integration/config_server/config_server_links_spec.rb:417 ./spec/integration/config_server/config_server_spec.rb:380 ./spec/integration/health_monitor/hm_stateless_spec.rb:96 ./spec/integration/uaa/login_spec.rb:128 ``` since the integration sandbox test tooling does not use the standard `job/.../templates/` content. This commit updates the sanbox internal templates to use the new configuration params (`ca_cert` => `director_ca_cert`).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughTwo health monitor configuration template files are updated to rename the director TLS certificate field from Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Manifest properties for Health Monitor changed in
61bab34c69resulting in integration specs failing:since the integration sandbox test tooling does not use the standard
job/.../templates/content.This commit updates the sanbox internal templates to use the new configuration params (
ca_cert=>director_ca_cert).