* SA: add unit test for auto_increment schemas. `TestAutoIncrementSchema` uses a root user connection to the `information_schema` MariaDB database to try and find table columns from the Boulder schemas that are both `auto_increment` and not `int64`. * SA: rename _db-next RemoveOCSPResponses.sql migration. Based on the order that we apply migrations the `RemoveOCSPResponses.sql` migration with its old prefix (`20181101105733`) was never being applied. That in turn caused the new `TestAutoIncrementSchema` unit test to fail because the old `ocspResponses` table has an `id` field that is `auto_increment` but `sized `int(11)`. Renaming the migration with a newer prefix solves the problem. The `ocspResponses` table ends up dropped when `config-next` is used. Afterwards the `TestAutoIncrementSchema` unit test passes again. |
||
|---|---|---|
| .. | ||
| vars.go | ||