Ticket Change Details
Not logged in
Overview

Artifact ID: 1f009521e4fb1be21b52b72f5752c529ff13c8891672b7c41f873bdb8f8893be
Ticket: 7c934f4a3d5fbe0ce86912c09b53cd2c7e700ac5
oo error printed during valgrind run
User & Date: dkf 2024-05-31 09:02:19
Changes

  1. closedate changed to: "2460461.8766152"
  2. closer changed to: "dkf"
  3. 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.
    
  4. login: "dkf"
  5. mimetype: "text/x-markdown"
  6. resolution changed to: "Fixed"
  7. severity changed to: "Minor"
  8. status changed to: "Closed"