matrixone
matrixone copied to clipboard
[Feature Request]: Improve mo-tester Usability
Is there an existing issue for the same feature request?
- [x] I have checked the existing issues.
Is your feature request related to a problem?
Describe the feature you'd like
-
Pattern matching only works for SQL errors:
@patternflag fails for result sets becauseStmtResult.regularMatch()only checkserrorMessage(null for result sets). Pattern stored inorginalRSTextis ignored. -
Serial execution only: Tests run sequentially in a simple loop, no parallelization support. Cannot leverage multi-core systems.
-
Poor multi-line output handling:
ResultParser.convertToRSSet()uses simplesplit()which breaks when column values contain separator characters. No escape handling.
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
Additional information
No response