scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(generic-result): fix updating table metadata #416

Closed soyacz closed 4 months ago

soyacz commented 4 months ago

When test sends only one row to Argus it should be appended. So needs to update table metadata (only in case new row is added). In case of column/description changes, always update with new value.

Fixes issue when sending results in parts (row by row instead all at once)