2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1675] spelling: scheme -> schema

This commit is contained in:
Andrei Pavel
2021-04-02 14:40:17 +03:00
parent e8caa1d0a1
commit 1a273c7f7b
2 changed files with 6 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ mysql_upgrade_test() {
# Let's wipe the whole database
mysql_wipe
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
mysql -u"${db_user}" -p"${db_password}" "${db_name}" < "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.mysql"
# Sanity check - verify that it reports version 1.0.
@@ -1096,7 +1096,7 @@ mysql_lease_stat_upgrade_test() {
# verify the upgrade mechanisms which prepopulate the lease stat
# tables.
#
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
mysql -u"${db_user}" -p"${db_password}" "${db_name}" < "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.mysql"
# Now upgrade to schema 4.0, this has lease_state in it
@@ -1335,7 +1335,7 @@ mysql_unused_subnet_id_test() {
# We need to create an older database with lease data so we can
# verify the upgrade mechanisms which convert subnet id values
#
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
mysql -u"${db_user}" -p"${db_password}" "${db_name}" < "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.mysql"
# Now upgrade to schema 6.0, this has lease_state in it
@@ -1423,7 +1423,7 @@ mysql_reservation_mode_upgrade_test() {
# We need to create an older database with lease data so we can
# verify the upgrade mechanisms which convert subnet id values
#
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
mysql -u"${db_user}" -p"${db_password}" "${db_name}" < "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.mysql"
# Now upgrade to schema 9.4, the last version with reservation_mode

View File

@@ -703,7 +703,7 @@ pgsql_lease_stat_upgrade_test() {
# verify the upgrade mechanisms which prepopulate the lease stat
# tables.
#
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
pgsql_execute_script "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.pgsql"
assert_eq 0 "${EXIT_CODE}" "cannot initialize 1.0 database, expected exit code: %d, actual: %d"
@@ -944,7 +944,7 @@ pgsql_unused_subnet_id_test() {
# verify the upgrade mechanisms which prepopulate the lease stat
# tables.
#
# Initialize database to scheme 1.0.
# Initialize database to schema 1.0.
pgsql_execute_script "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.pgsql"
assert_eq 0 "${EXIT_CODE}" "cannot initialize 1.0 database, expected exit code: %d, actual: %d"