You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ducktape test runner: robust argument handling
- Handle both old and new script versions gracefully
- Default to producer tests when no arguments provided
- Support multiple argument formats:
* No args: run all producer tests
* test_type (producer/consumer/producer_sr): run specific test type
* test_file.py: run specific test file
* test_method: run specific test method
- Fixes IndexError in Semaphore when script called without arguments
- Backward compatible with existing usage patterns
0 commit comments