Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove crashOnFailureFetchingExpectations flag #3453

Commits on Jul 22, 2024

  1. Shorten message for crashOnFailureFetchingExpectations flag

    Signed-off-by: David-Jaeyoon-Lee <davjlee@google.com>
    David-Jaeyoon-Lee committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c340a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Change flag to be commented out and replaced with a false constant

    The value of the flag is moot so we want to hide it from the user.
    
    Signed-off-by: David-Jaeyoon-Lee <davjlee@google.com>
    David-Jaeyoon-Lee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    003ec99 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    15b4f45 View commit details
    Browse the repository at this point in the history
  2. Add TODOs on crashOnFailureFetchingExpectations

    When we support retry count on fetching expectations we want to expose the
    crashOnFailureFetchingExpectations as a flag instead of a constant.
    
    Signed-off-by: David-Jaeyoon-Lee <davjlee@google.com>
    David-Jaeyoon-Lee committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2a18f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a818a0 View commit details
    Browse the repository at this point in the history