-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Query count verification used to have a threshold check in various cases. It was complicated and seemed unnecessary. However, it used to be that if you performed 98.5% of
selectstatements on any db query test, it would warn on verification. This is now an error. Fortunealways had the requirement that the list be dynamically sized, but it was never enforced. The verification process now brute-forcefully adds ~10,000 fortunes to the table, then makes a request to thefortuneend-point again and checks that all of the old and new fortunes are present (read: if a statically sized array/vector/list were used, this would fail).- Give a 1.5% margin of error acceptance to the
MySQLimplementation ofget_count_of_all_queries_for_table.
Metadata
Metadata
Assignees
Labels
No labels