cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.8k forks source link

fix(test): add check in COW test where root value is written then removed #590

Closed NetWilliam closed 1 year ago

NetWilliam commented 1 year ago

Adding missing case where root value is written then removed.

we do have write root check but don't have remove root check. let's make it up.