View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001671 | GNUnet | statistics service | public | 2011-03-31 14:38 | 2011-04-28 19:36 |
| Reporter | Matthias Wachs | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001671: Multiple calls to _SET and _WATCH not working | ||||
| Description | Trying to write multiple statistics values in transport service: ... GNUNET_STATISTICS_set (stats, "ATS1", duration.rel_value, GNUNET_NO); GNUNET_STATISTICS_set (stats, "ATS2", duration.rel_value, GNUNET_NO); ... And read them in test_transport_ats testcase: ... GNUNET_STATISTICS_watch(stats, "transport","ATS1", stats_cb,NULL); GNUNET_STATISTICS_watch(stats, "transport","ATS2", stats_cb,NULL); .... ATS1 is reported: OK ATS2 is NEVER reported: | ||||
| Tags | No tags attached. | ||||
|
|
Looking at the statistics with gnunet-statistics shows the values |
|
|
Fixed in SVN 15096 (also created new testcase). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-03-31 14:38 | Matthias Wachs | New Issue | |
| 2011-03-31 15:13 | Matthias Wachs | Note Added: 0004296 | |
| 2011-04-03 17:41 | Christian Grothoff | Summary | Multiple calls t o_SET and _WATCH not working => Multiple calls to _SET and _WATCH not working |
| 2011-04-03 17:41 | Christian Grothoff | Additional Information Updated | |
| 2011-04-28 10:02 | Christian Grothoff | Status | new => assigned |
| 2011-04-28 10:02 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-04-28 10:39 | Christian Grothoff | Note Added: 0004315 | |
| 2011-04-28 10:39 | Christian Grothoff | Status | assigned => resolved |
| 2011-04-28 10:39 | Christian Grothoff | Resolution | open => fixed |
| 2011-04-28 19:36 | Christian Grothoff | Status | resolved => closed |