cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 623 forks source link

Trigger test assumes order in table's trigger list #1293

Open ruogudu opened 6 years ago

ruogudu commented 6 years ago

trigger_test.cpp: 153 assumes the LIFO order in table's trigger list. But I think the order could not be guaranteed.

1281

ruogudu commented 6 years ago

I don't think we can know the insertion order in trigger_catalog.cpp, where the list is created.