Changeset: 49674ff83600 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/49674ff83600
Modified Files:
sql/test/emptydb-previous-upgrade-chain-hge/Tests/upgrade.py
sql/test/emptydb-previous-upgrade-chain/Tests/upgrade.py
sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.py
sql/test/emptydb-upgrade-chain/Tests/upgrade.py
sql/test/testdb-previous-upgrade-chain-hge/Tests/upgrade.py
sql/test/testdb-previous-upgrade-chain/Tests/upgrade.py
sql/test/testdb-upgrade-chain-hge/Tests/upgrade.py
sql/test/testdb-upgrade-chain/Tests/upgrade.py
Branch: default
Log Message:
Run chain upgrades with --clean-BBP argument.
diffs (100 lines):
diff --git a/sql/test/emptydb-previous-upgrade-chain-hge/Tests/upgrade.py
b/sql/test/emptydb-previous-upgrade-chain-hge/Tests/upgrade.py
--- a/sql/test/emptydb-previous-upgrade-chain-hge/Tests/upgrade.py
+++ b/sql/test/emptydb-previous-upgrade-chain-hge/Tests/upgrade.py
@@ -30,7 +30,8 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(mapiport='0',
+with process.server(args=['--clean-BBP'],
+ mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
stderr=process.PIPE) as srv:
diff --git a/sql/test/emptydb-previous-upgrade-chain/Tests/upgrade.py
b/sql/test/emptydb-previous-upgrade-chain/Tests/upgrade.py
--- a/sql/test/emptydb-previous-upgrade-chain/Tests/upgrade.py
+++ b/sql/test/emptydb-previous-upgrade-chain/Tests/upgrade.py
@@ -30,7 +30,7 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(args=['--set', 'allow_hge_upgrade=yes'],
+with process.server(args=['--clean-BBP', '--set', 'allow_hge_upgrade=yes'],
mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
diff --git a/sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.py
b/sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.py
--- a/sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.py
+++ b/sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.py
@@ -30,7 +30,8 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(mapiport='0',
+with process.server(args=['--clean-BBP'],
+ mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
stderr=process.PIPE) as srv:
diff --git a/sql/test/emptydb-upgrade-chain/Tests/upgrade.py
b/sql/test/emptydb-upgrade-chain/Tests/upgrade.py
--- a/sql/test/emptydb-upgrade-chain/Tests/upgrade.py
+++ b/sql/test/emptydb-upgrade-chain/Tests/upgrade.py
@@ -30,7 +30,7 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(args=['--set', 'allow_hge_upgrade=yes'],
+with process.server(args=['--clean-BBP', '--set', 'allow_hge_upgrade=yes'],
mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
diff --git a/sql/test/testdb-previous-upgrade-chain-hge/Tests/upgrade.py
b/sql/test/testdb-previous-upgrade-chain-hge/Tests/upgrade.py
--- a/sql/test/testdb-previous-upgrade-chain-hge/Tests/upgrade.py
+++ b/sql/test/testdb-previous-upgrade-chain-hge/Tests/upgrade.py
@@ -30,7 +30,8 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(mapiport='0',
+with process.server(args=['--clean-BBP'],
+ mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
stderr=process.PIPE) as srv:
diff --git a/sql/test/testdb-previous-upgrade-chain/Tests/upgrade.py
b/sql/test/testdb-previous-upgrade-chain/Tests/upgrade.py
--- a/sql/test/testdb-previous-upgrade-chain/Tests/upgrade.py
+++ b/sql/test/testdb-previous-upgrade-chain/Tests/upgrade.py
@@ -30,7 +30,7 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(args=['--set', 'allow_hge_upgrade=yes'],
+with process.server(args=['--clean-BBP', '--set', 'allow_hge_upgrade=yes'],
mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
diff --git a/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.py
b/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.py
--- a/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.py
+++ b/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.py
@@ -30,7 +30,8 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(mapiport='0',
+with process.server(args=['--clean-BBP'],
+ mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
stderr=process.PIPE) as srv:
diff --git a/sql/test/testdb-upgrade-chain/Tests/upgrade.py
b/sql/test/testdb-upgrade-chain/Tests/upgrade.py
--- a/sql/test/testdb-upgrade-chain/Tests/upgrade.py
+++ b/sql/test/testdb-upgrade-chain/Tests/upgrade.py
@@ -30,7 +30,7 @@ with zipfile.ZipFile(archive) as z:
z.extractall(path=db)
# start server and dump database
-with process.server(args=['--set', 'allow_hge_upgrade=yes'],
+with process.server(args=['--clean-BBP', '--set', 'allow_hge_upgrade=yes'],
mapiport='0',
stdin=process.PIPE,
stdout=process.PIPE,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]