cmu-db/bustub

Test: Got a dead lock in online test: project2-onlineTest-BPlusTreeConcurrentTest.MixTest1

ppdogg opened this issue · 0 comments

I encounter a deadlock in BPlusTreeConcurrentTest.MixTest1 when I go through online tests.
By printing, I find out that the test is just like a local test:

  • Generate 1000 keys, half for insert and half for delete.
  • Insert keys for delete first.
  • Delete keys for delete and Insert keys for insert

which is weird, is that I got passed when I ran the test in local but got a dead lock in online test(aka BPlusTreeConcurrentTest.MixTest1)
I am really confused and really need that 5 points. Is there any suggestions, please.