gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: upload 1GB for testi


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: upload 1GB for testing
Date: Mon, 03 Jun 2019 20:03:46 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 0486d66  upload 1GB for testing
0486d66 is described below

commit 0486d666810e58c356ed507bb6ee2366b32ab06e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 20:03:41 2019 +0200

    upload 1GB for testing
---
 src/test/test_twister.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh
index 55962fd..17ef265 100755
--- a/src/test/test_twister.sh
+++ b/src/test/test_twister.sh
@@ -164,7 +164,7 @@ fi
 
 # Just upload a big blob; first with PUT then with POST.
 printf "{\"things\": \"%s\"}" \
-  $(for i in $(seq 1 100000); do
+  $(for i in $(seq 1 1000000000); do
     echo -n z; done) > BIGBLOB.json
 
 status_code=$(curl \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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