Changeset: 75f56bedc6df for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=75f56bedc6df
Modified Files:
tools/merovingian/client/Tests/monetdbd.py
Branch: default
Log Message:
Better comment in test code
diffs (13 lines):
diff --git a/tools/merovingian/client/Tests/monetdbd.py
b/tools/merovingian/client/Tests/monetdbd.py
--- a/tools/merovingian/client/Tests/monetdbd.py
+++ b/tools/merovingian/client/Tests/monetdbd.py
@@ -22,7 +22,8 @@ class MonetDBD:
def __init__(self, farmdir, keep=False, set_snapdir=True):
self.farmdir = farmdir
self.keep = keep
- # do not try this at home, but this test depends on it: (see
.prepare_dir)
+ # It's generally a bad idea to put the snapshot dir inside the database
+ # farm but this test depends on it, see .prepare_dir
self.snapdir = os.path.join(farmdir, 'MTESTSNAPS')
self.qfarmdir = pipes.quote(farmdir)
self.qsnapdir = pipes.quote(self.snapdir)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list