View Issue Details

IDProjectCategoryView StatusLast Update
0001774GNUnettransport servicepublic2024-05-03 14:01
ReporterChristian Grothoff Assigned ToMatthias Wachs  
PriorityurgentSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Summary0001774: HTTP/HTTPS tests fail *silently* on buildbots (and in general)
DescriptionThe output is simply:

FAIL: test_transport_api_https
FAIL: test_transport_api_reliability_http
FAIL: test_transport_api_reliability_https
Steps To ReproduceRun 'make check'
Additional InformationThe problem here is actually two-fold:

1) clearly the tests should pass, so something in the HTTP plugin is broken
2) if a testcase fails, there MUST be an error message (logged using logging and possibly fprintf'ed to stderr directly by the test driver). So the testcase itself also needs to be improved (in terms of its error-reporting capabilities).
TagsNo tags attached.

Activities

Matthias Wachs

2011-09-29 13:36

reporter   ~0004645

rewrote plugin, added error msgs

Issue History

Date Modified Username Field Change
2011-09-16 10:35 Christian Grothoff New Issue
2011-09-16 10:35 Christian Grothoff Status new => assigned
2011-09-16 10:35 Christian Grothoff Assigned To => Matthias Wachs
2011-09-16 10:39 Christian Grothoff Priority normal => urgent
2011-09-19 10:11 Christian Grothoff Target Version => 0.9.0pre4
2011-09-29 13:36 Matthias Wachs Note Added: 0004645
2011-09-29 13:36 Matthias Wachs Status assigned => closed
2011-09-29 13:36 Matthias Wachs Resolution open => fixed
2024-05-03 14:01 Christian Grothoff Category HTTP transport => transport service