apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

[Feature Request] Add e2e test #190

Open drivebyer opened 8 months ago

drivebyer commented 8 months ago

FEATURE REQUEST

  1. Please describe the feature you are requesting. Currently, I notice that this repository lacks any end-to-end (e2e) tests. This could lead to instability in the project. I recommend adding e2e tests to the repository to ensure code robustness every time a user submits a pull request (PR). I suggest using the tool "kuttl", which operates via YAML.

  2. Provide any additional detail on your proposed use case for this feature. see https://kuttl.dev/

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? SHOULD-HAVE

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

    • todo: sub-task1 description here,
    • todo: sub-task2 description here,
    • ...
caigy commented 7 months ago

Good idea. It'll be valuable for improving quality.