Commit f9d8827
committed
fix(tests): unskip dolt_clean zero-argument tests
Issue #1361 reported that SELECT DOLT_CLEAN() with no arguments failed
with "function dolt_clean() does not exist". This was fixed in PR #1763
which added Function0 registration for all Dolt procedures, but the
corresponding tests in dolt_functions_test.go remained skipped.
Note: PR #1373 (referenced by issue #1361) also added skipped tests in
prepared_statement_test.go, but those were already unskipped in commit
62569c7 ("finished removing custom expr type").
List of changes below:
- Remove Skip: true from zero-argument DOLT_CLEAN() tests
- Reorder test assertions so DOLT_CLEAN('t1') runs before DOLT_CLEAN()
- Add table recreation step between test cases to verify both work
Refs: #13611 parent 7078359 commit f9d8827
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2746 | 2746 | | |
2747 | 2747 | | |
2748 | 2748 | | |
2749 | | - | |
2750 | | - | |
| 2749 | + | |
2751 | 2750 | | |
2752 | 2751 | | |
2753 | 2752 | | |
2754 | | - | |
| 2753 | + | |
| 2754 | + | |
| 2755 | + | |
| 2756 | + | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
| 2761 | + | |
2755 | 2762 | | |
2756 | 2763 | | |
2757 | 2764 | | |
| |||
2769 | 2776 | | |
2770 | 2777 | | |
2771 | 2778 | | |
2772 | | - | |
2773 | 2779 | | |
2774 | 2780 | | |
2775 | 2781 | | |
2776 | 2782 | | |
2777 | | - | |
2778 | 2783 | | |
2779 | 2784 | | |
2780 | 2785 | | |
| |||
0 commit comments