发布

  • [OPIK-7154] [BE] test: tolerate cross-store microsecond rounding in last-trace assertions (#7308)

    frostbyte_neo 发布于 2026-07-01 17:29:52 +00:00

    • [OPIK-7154] [BE] test: tolerate cross-store microsecond rounding in last-trace assertions

    • test(projects): compare last-trace marker within 1 microsecond across second boundaries

    Address PR review: compareMicroNanoTime diffs only Instant.getNano(), so a ~1us skew
    that straddles a second boundary reads as a ~1s delta and would still flake. Compare the
    full instant with a one-microsecond tolerance (isCloseTo/within) in the shared helper.

    下载附件