Commit Graph

11 Commits

Author SHA1 Message Date
Mesut Döner 67aa923f4e
[Enhancement] adding -j syntax support to run-fe-ut.sh (#60358)
Signed-off-by: Mesut-Doner <mesutdonerng@gmail.com>
Signed-off-by: Mesut Döner <81925277+Mesut-Doner@users.noreply.github.com>
Co-authored-by: Kevin Cai <caixh.kevin@gmail.com>
2025-06-29 11:26:09 +08:00
andyziye 2f51037d92
[Tool] Upload BE UT log (#31397)
Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
2023-09-20 09:37:14 +08:00
andyziye 47e6e0e65b
[Tool] filter cases in fe ut script (#31353)
Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
2023-09-19 15:19:40 +08:00
andyziye de1fe499c0
Revert "[Tool] filter cases in fe ut script" (#31341) 2023-09-19 11:43:53 +08:00
andyziye 6f88763e76
[Tool] filter cases in fe ut script (#31327) 2023-09-19 10:43:13 +08:00
lichaoyong 3fb0aa2e96
[Refactor] Unify the unit tests related names for BE and FE (#15667)
There are some inconsistencies between the unit tests of BE and FE
This pull request unify the two scripts.
1. rename run-ut.sh to run-be-ut.sh
2. use parameter --test to run specified test
   `./run-fe-ut.sh --run [TEST_NAME]`
   `./run-fe-ut.sh --gtest_filter [TEST_NAME_WILDCARD]`
3. Add a new paramter --dry-run to only compile and build the unit tests
   `./run-fe-ut.sh --dry-run`
   `./run-be-ut.sh --dry-run`
2023-01-10 15:12:33 +08:00
HangyuanLiu 395e66c399
Support for running additional QueryDump test frameworks (#15517) 2022-12-29 19:08:20 +08:00
padmejin 7fd678b8ac
[Feature] support `EXECUTE AS WITH NO REVERT` (#6340)
Support the following syntax:
```sql
GRANT IMPERSONATE ON USER2 TO USER1;
REVOKE IMPERSONATE ON USER2 FROM USER1
EXECUTE AS USER2 WITH NO REVERT;
```
2022-05-26 18:35:04 +08:00
padmejin 8b395a8619
Set trimStackTrace to false to show full stack when debugging specified class or case (#5918) 2022-05-10 22:27:23 +08:00
liuyehcf 4bc6031fe5
Optimization: parallel level shuffle at sender side (#2598) 2022-01-17 17:34:35 +08:00
Zhao Chun 5fa55b8199 Init commit 2021-09-04 22:14:12 +08:00