scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(results-table): pass 0 value to formatValue instead string #436

Closed soyacz closed 2 months ago

soyacz commented 2 months ago

When result table contains 0 value, it breaks because empty string is passed to formatValue function in this case. This causes failure to conversion to string (and anyway is wrong).

soyacz commented 2 months ago

@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests

k0machi commented 2 months ago

@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests

You have a merge conflict here

soyacz commented 2 months ago

@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests

You have a merge conflict here

fixed