summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2006-07-01 01:50:37 +0000
committerTom Yu <tlyu@mit.edu>2006-07-01 01:50:37 +0000
commita83be3813fcebf08c93813a7e8f7e7bea3be7425 (patch)
treeb830b00dc23ef6951a6a364f692d26329c354333 /src
parent68c3b56fd718689ee05cc9fac0543bde38259e81 (diff)
downloadkrb5-a83be3813fcebf08c93813a7e8f7e7bea3be7425.tar.gz
krb5-a83be3813fcebf08c93813a7e8f7e7bea3be7425.tar.xz
krb5-a83be3813fcebf08c93813a7e8f7e7bea3be7425.zip
work around failure to load into nonexistent db
* src/tests/Makefile.in (kdb_check): Run kdb5_util create after destroying to work around a behavior change from DAL integration. ticket: new target_version: 1.5 tags: pullup version_reported: 1.5 component: test git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18313 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 0dcc085d2..5820ef32d 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -43,6 +43,11 @@ kdb_check: kdc.conf krb5.conf
$(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump $(TEST_DB).dump
$(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump -ov $(TEST_DB).ovdump
$(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f
+ @echo "====> NOTE!"
+ @echo "The following 'create' command is needed due to a change"
+ @echo "in functionality caused by DAL integration. See ticket 3973."
+ @echo ====
+ $(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) create
$(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load $(TEST_DB).dump
$(RUN_SETUP) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load -update -ov $(TEST_DB).ovdump
$(RUN_SETUP) ../tests/verify/kdb5_verify $(KTEST_OPTS)