File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 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:**
49531 . Run full test suite to identify all 7 remaining failing tests
You can’t perform that action at this time.
0 commit comments