This repository was archived by the owner on Sep 27, 2019. It is now read-only.
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
Add assertions and remove LOG_INFO from update_test #1392
Open
Description
There is a bunch of LOG_INFO
debug statements in 'update_test.cpp'
https://github.com/cmu-db/peloton/blob/master/test/executor/update_test.cpp
We should replace them to LOG_DEBUG
. This should be easy