Monday, November 21, 2016

[389-commits] dirsrvtests/tests

dirsrvtests/tests/tickets/ticket48906_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4b1c659c3dd2e6e5d293546db3040d668c1f64a
Author: William Brown <firstyear@redhat.com>
Date: Tue Nov 22 10:11:44 2016 +1000

Ticket 49042 - Test failure that expects old default

Bug Description: Test 48906 expected the old 10MB default: Because we just
changed this to 32MB this broke the test.

Fix Description: Update the default.

https://fedorahosted.org/389/ticket/49042

Author: wibrown

Review by: mreynolds (Thanks!)

diff --git a/dirsrvtests/tests/tickets/ticket48906_test.py b/dirsrvtests/tests/tickets/ticket48906_test.py
index b532500..b462395 100644
--- a/dirsrvtests/tests/tickets/ticket48906_test.py
+++ b/dirsrvtests/tests/tickets/ticket48906_test.py
@@ -41,7 +41,7 @@ DBLOCK_ATTR_CONFIG="nsslapd-db-locks"
DBLOCK_ATTR_MONITOR="nsslapd-db-configured-locks"
DBLOCK_ATTR_GUARDIAN="locks"

-DBCACHE_DEFAULT="10000000"
+DBCACHE_DEFAULT="33554432"
DBCACHE_LDAP_UPDATE="20000000"
DBCACHE_EDIT_UPDATE="40000000"
DBCACHE_ATTR_CONFIG="nsslapd-dbcachesize"

_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment