cmu-db / bustub

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

add(p2): test for deleting the only remaining node #776

Closed unw9527 closed 1 week ago

unw9527 commented 1 week ago

Add the test for the case where the only node in B+Tree is deleted. The original tests do not handle this scenario, and if students fail to handle this properly, their P3 will be affected.