Comparing SubstituteAlert:master...bcrypt-ruby:master · SubstituteAlert/bcrypt-ruby

Commits on Dec 31, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Try to deal with flaky tests

    We have a test that tries to test the "calibration" function in BCrypt.
    This function is supposed to return a "cost" based on some number of
    milliseconds passed in.  We're trying to make the cost relative to some
    beginning cost (MIN_COST + 1), time that, then use it as the "relative
    time".  The problem is that the time this takes in CI is not constant,
    so even `min_time_ms * 4` may fit inside the same "cost" as the
    original.
    
    I'm bumping the factor to `5` to hopefully reduce the flakiness. It
    seems like we just want to test that "some time deadline" returns a
    greater cost than a different time deadline, so I think bumping the
    factor to 5 is a legit fix
    Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

  8. Configuration menu

    Browse the repository at this point in the history

  9. Configuration menu

    Browse the repository at this point in the history

  10. Configuration menu

    Browse the repository at this point in the history

  11. Configuration menu

    Browse the repository at this point in the history

  12. Configuration menu

    Browse the repository at this point in the history