scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(results): display and submit results fixes #460

Closed soyacz closed 1 month ago

soyacz commented 1 month ago

Perf Simple Query results were not displayed due Cell.svelte error on null value. Also fixed table error status when there's UNSET status cell value. And most important, fixing regression in submit_results when submitting tables with text values.

soyacz commented 1 month ago

@k0machi sorry for merging without approve, but needed for hot-fixing my previous PR. Let me know if something needs to be changed here.