opensearch-project/reporting

[BUG] Reports set with a floating point number trigger frequency are rounded without input

Open

#71 opened on 2021年6月3日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)Kotlin (87 forks)auto 404
buggood first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

説明

Describe the bug A non whole number value on a report trigger frequency results in frequency dropped to 0.

To Reproduce Steps to reproduce the behavior:

  1. Create a report
  2. Go to "report trigger"
  3. select "schedule"
  4. select "recurring"
  5. select "frequency - by interval"
  6. enter 0.5 for "every" and "hour"
  7. click "create"

When you view the report definition, it will show "By interval, every 0 hours"

Expected behavior When you view the report definition, it will show "By interval, every 0.5 hours" or "By interval, every 30 minutes"

Plugins All OpenSearch plugins

Host/Environment (please complete the following information):

  • OS: MacOS
  • Version: Chrome Version 90.0.4430.212 (Official Build) (x86_64)
  • OpenSearch 1.0 RC-1

コントリビューターガイド