influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 22 forks source link

fix: cant create a bucket with shard group duration and infinite retention policy #525

Open paulheg opened 4 months ago

paulheg commented 4 months ago

As described in #524 it was impossible to create a bucket with a shard group duration and an infinite retention policy of 0.

This should fix this behaviour. Also added a test to check for this issue.