• Blake Mizerany's avatar
    server/.../backoff,syncs: don't break builds without synctest (#9484) · 55ab9f37
    Blake Mizerany authored
    Previously, developers without the synctest experiment enabled would see
    build failures when running tests in some server/internal/internal
    packages using the synctest package. This change makes the transition to
    use of the package less painful but guards the use of the synctest
    package with build tags.
    
    synctest is enabled in CI. If a new change will break a synctest
    package, it will break in CI, even if it does not break locally.
    
    The developer docs have been updated to help with any confusion about
    why package tests pass locally but fail in CI.
    55ab9f37
development.md 3.71 KB