phoronix-test-suite
phoronix-test-suite copied to clipboard
Sqlite db not updated when changing result title/desc in phoromatic UI
The issue
The sqlite databse is not updated when changing the result title/desc in phoromatic result viewer. Changes are reflected in the result xml, but the changes are not propagated to the sqlite database.
How I stumbled upon the issue
I wanted to make searching for results easy and so I tried changing the title of the result to see if it was searchable, but then realized that it did not update in the results list, even after a restart, and the new title was not researchable.
What I expected
The first thing that I expected, was that the data displayed on the result list, was the one directly from the xml (I now realize it might be very wasteful), and so I expected for the title and description to be changed in the results list transparently.