Skip to content

Conversation

@afalhambra-hivemq
Copy link
Contributor

@afalhambra-hivemq afalhambra-hivemq commented Nov 3, 2025

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds Helm test functionality to the HiveMQ Platform chart, enabling automated testing of MQTT connectivity after deployment. The testing feature is enabled by default but can be disabled via configuration.

  • Introduces a testing.enabled configuration option (default: true) to control test pod generation
  • Creates a test template that generates test pods for each exposed MQTT service
  • Adds comprehensive test coverage validating the new testing functionality

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
charts/hivemq-platform/values.yaml Adds testing.enabled configuration option with default value true
charts/hivemq-platform/values.schema.json Defines JSON schema validation for the new testing configuration object
charts/hivemq-platform/templates/tests/test-mqtt-cli.yml Implements Helm test template that creates MQTT connectivity test pods for exposed MQTT services
charts/hivemq-platform/tests/hivemq_platform_testing_test.yaml Adds comprehensive test suite validating the testing functionality
charts/hivemq-platform/README.md Documents how to use the Helm test feature
charts/hivemq-platform/Chart.yaml Bumps chart version from 0.2.52 to 0.2.53

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@afalhambra-hivemq afalhambra-hivemq force-pushed the feature/37692-skip-helm-platform-test branch 2 times, most recently from de2be7e to f1cc0b9 Compare November 3, 2025 16:51
@afalhambra-hivemq afalhambra-hivemq changed the base branch from master to next-operator-release November 4, 2025 15:15
@afalhambra-hivemq afalhambra-hivemq force-pushed the feature/37692-skip-helm-platform-test branch from f1cc0b9 to 0492348 Compare November 4, 2025 15:17
@afalhambra-hivemq afalhambra-hivemq merged commit 6d41bf3 into next-operator-release Nov 4, 2025
59 checks passed
@afalhambra-hivemq afalhambra-hivemq deleted the feature/37692-skip-helm-platform-test branch November 4, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helm 'test-mqtt-cli.yml' test fails when using a custom service name

4 participants