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


_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to