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

cmd/go/internal/vcweb/vcstest: TestScripts/git/issue47650.txt failures #65172

Closed
gopherbot opened this issue Jan 19, 2024 · 2 comments
Closed
Assignees
Labels
GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Jan 19, 2024

#!watchflakes
post <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/issue47650.txt" && date < "2023-12-13"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScripts/git/issue47650.txt
=== PAUSE TestScripts/git/issue47650.txt
=== CONT  TestScripts/git/issue47650.txt
    vcstest_test.go:155: 2023/12/11 22:58:40 issue47650.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        +++ .git-refs
        @@ -1,2 +1,2 @@
        -21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/master
        +21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/main
         4d237df2dbfc8a443af2f5e84be774f08a2aed0c refs/tags/v0.1.0
        
        
        
    vcstest_test.go:161: issue47650.txt:19: cmp stdout .git-refs: stdout and .git-refs differ
--- FAIL: TestScripts/git/issue47650.txt (0.34s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 19, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/issue47650.txt"
2023-12-11 22:29 gotip-linux-ppc64le go@a839ec1e cmd/go/internal/vcweb/vcstest.TestScripts/git/issue47650.txt (log)
=== RUN   TestScripts/git/issue47650.txt
=== PAUSE TestScripts/git/issue47650.txt
=== CONT  TestScripts/git/issue47650.txt
    vcstest_test.go:155: 2023/12/11 22:58:40 issue47650.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        +++ .git-refs
        @@ -1,2 +1,2 @@
        -21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/master
        +21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/main
         4d237df2dbfc8a443af2f5e84be774f08a2aed0c refs/tags/v0.1.0
        
        
        
    vcstest_test.go:161: issue47650.txt:19: cmp stdout .git-refs: stdout and .git-refs differ
--- FAIL: TestScripts/git/issue47650.txt (0.34s)
2023-12-11 23:01 gotip-linux-ppc64le go@f4ff0e25 cmd/go/internal/vcweb/vcstest.TestScripts/git/issue47650.txt (log)
=== RUN   TestScripts/git/issue47650.txt
=== PAUSE TestScripts/git/issue47650.txt
=== CONT  TestScripts/git/issue47650.txt
    vcstest_test.go:155: 2023/12/11 23:31:03 issue47650.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        +++ .git-refs
        @@ -1,2 +1,2 @@
        -21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/master
        +21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/main
         4d237df2dbfc8a443af2f5e84be774f08a2aed0c refs/tags/v0.1.0
        
        
        
    vcstest_test.go:161: issue47650.txt:19: cmp stdout .git-refs: stdout and .git-refs differ
--- FAIL: TestScripts/git/issue47650.txt (0.63s)
2023-12-11 23:29 gotip-linux-ppc64le go@b18b0588 cmd/go/internal/vcweb/vcstest.TestScripts/git/issue47650.txt (log)
=== RUN   TestScripts/git/issue47650.txt
=== PAUSE TestScripts/git/issue47650.txt
=== CONT  TestScripts/git/issue47650.txt
    vcstest_test.go:155: 2023/12/11 23:56:47 issue47650.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        +++ .git-refs
        @@ -1,2 +1,2 @@
        -21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/master
        +21535ef346c3e79fd09edd75bd4725f06c828e43 refs/heads/main
         4d237df2dbfc8a443af2f5e84be774f08a2aed0c refs/tags/v0.1.0
        
        
        
    vcstest_test.go:161: issue47650.txt:19: cmp stdout .git-refs: stdout and .git-refs differ
--- FAIL: TestScripts/git/issue47650.txt (0.54s)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 19, 2024

Fixed in https://go.dev/cl/549155.

@bcmills bcmills closed this as completed Jan 19, 2024
@bcmills bcmills self-assigned this Jan 19, 2024
@bcmills bcmills added this to the Go1.22 milestone Jan 19, 2024
@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. GoCommand cmd/go labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Status: Done
Development

No branches or pull requests

2 participants