cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): add controller tests #24

Closed cuisongliu closed 2 weeks ago

cuisongliu commented 2 weeks ago

This pull request includes significant updates to the testing infrastructure and new end-to-end (E2E) tests for the AutoMQ operator. The most important changes include adding a new job to the GitHub Actions workflow, modifying the Makefile to support E2E tests, and adding new E2E test files.

Enhancements to the GitHub Actions workflow:

Updates to the Makefile:

New E2E tests:

Other changes: