elasticsearch-readonlyrest-plugin icon indicating copy to clipboard operation
elasticsearch-readonlyrest-plugin copied to clipboard

Draft, on hold: Run tests on Windows

Open mgoworko opened this issue 6 months ago • 1 comments

Summary by CodeRabbit

  • Chores
    • Simplified the CI pipeline to a single Windows-based test job with Java 21 and Gradle, removing multiple previous stages and Linux container jobs.
  • Refactor
    • Standardized handling of entrypoint parameters and file paths across test utilities, now using string representations and Linux-style paths for improved consistency.
    • Introduced a utility to convert Windows-style paths to Linux-style for consistent Docker-related operations.
  • Style
    • Updated logging configuration to provide more detailed debug output for test containers.
  • Tests
    • Improved test output normalization for line endings and added a utility for displaying special characters in test outputs.

mgoworko avatar May 13 '25 17:05 mgoworko