Overview
| Artifact ID: | 1f009521e4fb1be21b52b72f5752c529ff13c8891672b7c41f873bdb8f8893be |
|---|---|
| Ticket: | 7c934f4a3d5fbe0ce86912c09b53cd2c7e700ac5
oo error printed during valgrind run |
| User & Date: | dkf 2024-05-31 09:02:19 |
Changes
- closedate changed to: "2460461.8766152"
- closer changed to: "dkf"
- icomment:
This turned out to be not very serious after all. Phew! What was happening was that those tests were pitching errors into the background error mechanism (because they arise at a point when we've gone through a C API that *can't* produce errors). Not sure why the valgrind runs were running `update` but the fix was to install our own logging `bgerror` and put the `update` inside the test. Then *all* builds see that *expected error* and the test will in fact fail without it. It was mostly working as designed except for the error handling. No C changes needed.
- login: "dkf"
- mimetype: "text/x-markdown"
- resolution changed to: "Fixed"
- severity changed to: "Minor"
- status changed to: "Closed"