Skip to content

Commit a68bae4

Browse files
committed
docs: update TESTS.md to reflect 99.1% pass rate with only 3 failing tests remaining
Co-Authored-By: Dan Lynch <[email protected]>
1 parent 72f4d1f commit a68bae4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

TESTS.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@
3636

3737
**🎉 ALL PRIORITY TESTS FROM DAN'S LIST ARE NOW FIXED! 🎉**
3838

39-
**Remaining failing tests (7 total failures - 98.0% pass rate):**
40-
1. `original-upstream-union.test.ts` - AST mismatch after parse/deparse cycle
41-
2. `original-upstream-random.test.ts` - AST mismatch after parse/deparse cycle
42-
3. `original-upstream-arrays.test.ts` - AST mismatch after parse/deparse cycle
43-
4. `original-upstream-privileges.test.ts` - AST mismatch after parse/deparse cycle
44-
5. `original-upstream-inherit.test.ts` - AST mismatch after parse/deparse cycle
45-
6. `original-upstream-with.test.ts` - AST mismatch after parse/deparse cycle
46-
7. `original-upstream-numeric.test.ts` - AST mismatch after parse/deparse cycle
39+
**🎉 MAJOR PROGRESS: Only 3 failing tests remaining! 99.1% pass rate (349/352) 🎉**
40+
41+
**Remaining failing tests (3 total failures - 99.1% pass rate):**
42+
1. `original-upstream-with.test.ts` - Invalid deparsed SQL
43+
2. `original-upstream-arrays.test.ts` - AST mismatch after parse/deparse cycle
44+
3. `original-upstream-numeric.test.ts` - AST mismatch after parse/deparse cycle
45+
46+
**Recently fixed by union parentheses improvement:**
47+
- `original-upstream-union.test.ts`**FIXED**
48+
- `original-upstream-random.test.ts`**FIXED**
49+
- `original-upstream-privileges.test.ts`**FIXED**
50+
- `original-upstream-inherit.test.ts`**FIXED**
4751

4852
**Next Steps:**
4953
1. Run full test suite to identify all 7 remaining failing tests

0 commit comments

Comments
 (0)