Skip to content

CI Flake: TestUserWebGitPathConsistency #24276

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

Closed
silverwind opened this issue Apr 22, 2023 · 1 comment · Fixed by #24277
Closed

CI Flake: TestUserWebGitPathConsistency #24276

silverwind opened this issue Apr 22, 2023 · 1 comment · Fixed by #24277

Comments

@silverwind
Copy link
Member

silverwind commented Apr 22, 2023

Description

Haven't seen that one yet.

https://drone.gitea.io/go-gitea/gitea/73145/3/8

--- FAIL: TestUserWebGitPathConsistency (0.05s)
    wiki_test.go:130: 
          Error Trace:  /drone/src/services/wiki/wiki_test.go:130
          Error:        Not equal: 
                        expected: ")&1]n7<G.md"
                        actual  : ")&1]n7<G"
                        
                        Diff:
                        --- Expected
                        +++ Actual
                        @@ -1 +1 @@
                        -)&1]n7<G.md
                        +)&1]n7<G
          Test:         TestUserWebGitPathConsistency
          Messages:     UserTitle for userTitle: ")&1]n7<G.md"
    wiki_test.go:131: 
          Error Trace:  /drone/src/services/wiki/wiki_test.go:131
          Error:        Not equal: 
                        expected: "%29%261%5Dn7%3CG.md"
                        actual  : "%29%261%5Dn7%3CG"
                        
                        Diff:
                        --- Expected
                        +++ Actual
                        @@ -1,2 +1,2 @@
                        -(wiki.WebPath) (len=19) "%29%261%5Dn7%3CG.md"
                        +(wiki.WebPath) (len=16) "%29%261%5Dn7%3CG"
                         
          Test:         TestUserWebGitPathConsistency
          Messages:     WebPath for userTitle: ")&1]n7<G.md"
@wxiaoguang
Copy link
Contributor

Fix inconsistent wiki path converting. #24277

silverwind added a commit that referenced this issue Apr 23, 2023
The Infinite Monkey Random Typing catches a bug, inconsistent wiki path
converting.

Close #24276

Co-authored-by: silverwind <[email protected]>
Co-authored-by: Giteabot <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants