Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESQL: Fix test name for duplicate tests (elastic#106297)
When we run the csv-spec tests for ESQL against a real http endpoint we actually run them twice - once async and once sync. But the names of the tests didn't reflect that - they just looked like they were accidentally duplicated. This updates the format. So this: ``` test {string.Trim} test {string.Trim #2} ``` becomes: ``` test {string.Trim ASYNC} test {string.Trim SYNC} ```
- Loading branch information