gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix: increase quotas due to increased m


From: gnunet
Subject: [gnunet] branch master updated: -fix: increase quotas due to increased min value fix
Date: Tue, 07 Jul 2020 13:01:20 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b953d97e8 -fix: increase quotas due to increased min value fix
b953d97e8 is described below

commit b953d97e83f71782f1e45ea793e137847372c6de
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 7 12:55:33 2020 +0200

    -fix: increase quotas due to increased min value fix
---
 src/ats/test_ats_api_proportional.conf | 4 ++--
 src/ats/test_ats_reservation_api.c     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/ats/test_ats_api_proportional.conf 
b/src/ats/test_ats_api_proportional.conf
index 21f8218ee..ee8f8f8e7 100644
--- a/src/ats/test_ats_api_proportional.conf
+++ b/src/ats/test_ats_api_proportional.conf
@@ -17,8 +17,8 @@ LOOPBACK_QUOTA_OUT = unlimited
 LAN_QUOTA_IN = unlimited
 LAN_QUOTA_OUT = unlimited
 # WAN
-WAN_QUOTA_IN = 64 KiB
-WAN_QUOTA_OUT = 64 KiB
+WAN_QUOTA_IN = 5 MiB
+WAN_QUOTA_OUT = 5 MiB
 # WLAN
 WLAN_QUOTA_IN = 4096
 WLAN_QUOTA_OUT = 4096
diff --git a/src/ats/test_ats_reservation_api.c 
b/src/ats/test_ats_reservation_api.c
index 46658007b..f6a964df4 100644
--- a/src/ats/test_ats_reservation_api.c
+++ b/src/ats/test_ats_reservation_api.c
@@ -102,14 +102,14 @@ static struct Command test_commands[] = {
 
 
   },
-  /* 6: reserve another 32k -- should now fail (if MAX_BANDWIDTH_CARRY_S
+  /* 6: reserve another 32M -- should now fail (if MAX_BANDWIDTH_CARRY_S
      is precisely observed) */
   {
     .code = CMD_RESERVE_BANDWIDTH,
     .label = "failing reservation",
     .details.reserve_bandwidth = {
       .pid = 0,
-      .amount = 32 * 1024,
+      .amount = 32 * 1024 * 1024,
       .expected_result = GNUNET_SYSERR
     }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]