Conversation
…ery_executor - transaction_manager: add tests for DELETE table not found, UPDATE physical_remove failure, UPDATE undo_remove failure - operator: add tests for next_view() branches on ProjectOperator, LimitOperator, and FilterOperator - query_executor: add batch_insert_mode test
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 19 minutes and 30 seconds.Comment |
Replace exec.execute("ROLLBACK") with tm.abort(txn) + EXPECT_EQ
in UndoUpdatePhysicalRemoveFailure and UndoUpdateUndoRemoveFailure,
matching the pattern fixed in e5e8e73 for the INSERT/DELETE fault tests.
Both tests now verify the transaction reaches ABORTED state after
rollback with fault injection.
Summary
transaction_manager_tests.cpp: DELETE table not found, UPDATE physical_remove failure, UPDATE undo_remove failureoperator_tests.cpp: next_view() branches for ProjectOperator, LimitOperator, FilterOperatorquery_executor_tests.cpp: batch_insert_mode testTest plan
transaction_manager_tests- 56 tests passoperator_tests- 45 tests passquery_executor_tests- batch_insert_mode test passes