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

BE: Fix KafkaConsumerGroupTests on Windows #261

Merged
merged 8 commits into from
Aug 1, 2024
Merged

Commits on Apr 2, 2024

  1. Fix test on Windows

    shouldOkWhenConsumerGroupIsNotActive was returning a 400 instead of a 200 without the try with resources block, once I added it, the test consistently passes.
    busches authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    58af7c7 View commit details
    Browse the repository at this point in the history
  2. Checkstyle

    busches authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d64328a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a35b86 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    cbb84a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d44395 View commit details
    Browse the repository at this point in the history
  3. Resolve fun pathing issue on Windows

    Not replacing it, means `language/language.proto` is not found in the Map on Windows. Updating just the key, results in a duplicate file found with different path, as it still loads the import and from the directory pathing.
    busches authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b1d8292 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Revert unnecessary changes

    Haarolean authored May 19, 2024
    Configuration menu
    Copy the full SHA
    a61a6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f602b8 View commit details
    Browse the repository at this point in the history