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

Attempt to fix TestExportUserGPGKeys #22159

Merged

Commits on Dec 18, 2022

  1. Attempt to fix TestExportUserGPGKeys

    There are repeated failures with this test which appear related to
    failures in getTokenForLoggedInUser. It is difficult to further evaluate
    the cause of these failures as we do not get given further information.
    
    This PR will attempt to fix this.
    
    First it adds some extra logging and it uses the csrf cookie primarily
    for the csrf value.
    
    If the problem does not occur again with those changes we could merge,
    assume that it is fixed and hope that if it occurs in future the
    additional logging will be helpful.
    
    If not I will add more changes in attempt to fix.
    
    Fix go-gitea#22105
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    f45a04c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a8078 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    68ab9bc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    97afbe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d63ac0 View commit details
    Browse the repository at this point in the history
  3. Update tests/integration/integration_test.go

    Co-authored-by: delvh <[email protected]>
    techknowlogick and delvh authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d425e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e286168 View commit details
    Browse the repository at this point in the history