mirror of https://github.com/citusdata/citus.git
Fix tenant statistics annotations normalization
parent
596954622c
commit
c241af1eb9
|
@ -303,5 +303,5 @@ s/(NOTICE: issuing SET LOCAL application_name TO 'citus_rebalancer gpid=)[0-9]+
|
||||||
|
|
||||||
# shard_rebalancer output, flaky improvement number
|
# shard_rebalancer output, flaky improvement number
|
||||||
s/improvement of 0.1[0-9]* is lower/improvement of 0.1xxxxx is lower/g
|
s/improvement of 0.1[0-9]* is lower/improvement of 0.1xxxxx is lower/g
|
||||||
|
# normalize tenants statistics annotations
|
||||||
s/\/\*.*\*\///g
|
s/\/\*\{"tId":.*\*\///g
|
||||||
|
|
Loading…
Reference in New Issue