matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Feature Request]: Improve mo-tester Usability

Open aptend opened this issue 1 month ago • 0 comments

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

  1. Pattern matching only works for SQL errors: @pattern flag fails for result sets because StmtResult.regularMatch() only checks errorMessage (null for result sets). Pattern stored in orginalRSText is ignored.

  2. Serial execution only: Tests run sequentially in a simple loop, no parallelization support. Cannot leverage multi-core systems.

  3. Poor multi-line output handling: ResultParser.convertToRSSet() uses simple split() 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

aptend avatar Dec 01 '25 03:12 aptend