gnunet-developers
[Top][All Lists]
Advanced

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

[GNUnet-developers] [PATCH 0/4] Fix tests


From: jah
Subject: [GNUnet-developers] [PATCH 0/4] Fix tests
Date: Sun, 25 Jun 2017 12:47:46 +0100

Hi List,

Some fixes for tests:- 

The first patch fixes a segfault in each of the test_transport_blacklisting_*
tests by providing a PeerContext closure, representing the started peer, to the
peer start callback.  These segfaults surfaced very recently, possibly as a
result of fixing blacklisting.

The second corrects an indexing error to fix [#4907].

Third is a minor formatting improvement.

Fourth reverts 79dc9cac which erroneously changed the relative path to an
included conf file - GNUNET_STRINGS_filename_expand resolves relative paths
relative to getcwd (i.e. the dir into which make check descends).

[#4907]: https://gnunet.org/bugs/view.php?id=4907

jah (4):
  Ensure peer started callback recvs PeerContext
  Fix quota compliance tests.
  Fix debug message.
  Fix relative path in included conf

 src/cadet/cadet_api.c                          | 2 +-
 src/integration-tests/confs/test_defaults.conf | 4 ++--
 src/transport/test_quota_compliance.c          | 8 ++++----
 src/transport/transport-testing.c              | 5 ++++-
 4 files changed, 11 insertions(+), 8 deletions(-)

-- 
2.13.1




reply via email to

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