Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove other mirror maker 2 topics from test #628

Commits on Aug 1, 2023

  1. Remove other mirror maker 2 topics from test

    After test the following tests are left behind:
    ```
    redpanda@redpanda-xkdkx8z0cl-0:/$ rpk topic list
    NAME                              PARTITIONS  REPLICAS
    _internal_connectors_configs      1           1
    _internal_connectors_offsets      25          1
    _internal_connectors_status       5           1
    _schemas                          1           3
    mm2-offset-syncs.target.internal  1           3
    source.test-topic                 1           1
    ```
    RafalKorepta committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1cce7da View commit details
    Browse the repository at this point in the history
  2. Make upgrade Connector test traceable

    In the Github action there is issue of existing mirror maker 2 connector
    already exist after helm upgrade is invoked. As the Pods are named the
    same we lose logs from previous execution. This change will make unique
    Pod name by appending 3 numbers at the end of mirror maker 2 test Pod.
    RafalKorepta committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    21bd792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a2299 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5115a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd789b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85043d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c3d5e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49981a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34bead3 View commit details
    Browse the repository at this point in the history