Changeset: 7c76e5c375cc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7c76e5c375cc Modified Files: sql/test/Users/Tests/createUserRollback.SQL.py Branch: default Log Message:
add what this test tests diffs (11 lines): diff --git a/sql/test/Users/Tests/createUserRollback.SQL.py b/sql/test/Users/Tests/createUserRollback.SQL.py --- a/sql/test/Users/Tests/createUserRollback.SQL.py +++ b/sql/test/Users/Tests/createUserRollback.SQL.py @@ -1,3 +1,7 @@ +### +# Check that if a CREATE USER transaction is aborted, the user is not created +# and hence cannot log in +### from MonetDBtesting.sqltest import SQLTestCase import logging _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
