[resultdb] fix flaky test in globalmetrics/metrics_test.go

R=nodir@chromium.org

Bug: 1103544
Change-Id: I06baab6b28c7388577a16c8ae9f3bfe62d0bdfe1
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2289394
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
1 file changed
tree: 52384ce99c422f1444d42eedeccbf69baf9ee106
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. led/
  16. logdog/
  17. luci_notify/
  18. lucicfg/
  19. lucictx/
  20. luciexe/
  21. machine-db/
  22. milo/
  23. mmutex/
  24. mp/
  25. resultdb/
  26. scheduler/
  27. server/
  28. starlark/
  29. swarming/
  30. tokenserver/
  31. tools/
  32. ttq/
  33. tumble/
  34. vpython/
  35. web/
  36. .gitallowed
  37. .gitattributes
  38. .gitignore
  39. AUTHORS
  40. codereview.settings
  41. CONTRIBUTING.md
  42. CONTRIBUTORS
  43. LICENSE
  44. OWNERS
  45. PRESUBMIT.py
  46. README.md
  47. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.