sentry
sentry copied to clipboard
fix(tests): Adding query tag values as strings from clickhouse
This PR un-skip existing tests (there is a new pytest marker
broken_under_tags_values_as_strings that we use to skip
tests when the testsuite is running in "tags values are strings" mode)
and make them pass.
Also get rid of direct uses of _send_bucket and
replace them with store_metric.
Thanks for putting this up! much cleaner
i am thinking of maybe we should freeze_time so we prevent flaky tests but I leave this up to you, we could also do it in its separate PR