grpc-java/rls
Eric Anderson 004ee10a73
core: Vastly separate types of clock in FakeClock
There was an attempt to use different epochs for the wall clock and the
monotonic clock. However, 123456789 is actually less than a second.
We want the gap between clocks to be at least a day. This issue was
discovered in #8968.

This separation found a bug in an RLS test where it was mixing epochs.
However, it was only a problem in the test. The code under test is
wrongly using wall clock for calculation durations, but that seems to be
a wide-spread problem and will need to be handled separately.
2022-04-04 11:24:55 -07:00
..
src core: Vastly separate types of clock in FakeClock 2022-04-04 11:24:55 -07:00
BUILD.bazel rls: migrate deprecated server/path to extraKeys (#8469) 2021-09-07 21:32:33 -07:00
build.gradle rls: migrate deprecated server/path to extraKeys (#8469) 2021-09-07 21:32:33 -07:00