1
0
mirror of https://github.com/golang/go synced 2024-11-17 14:34:46 -07:00

cmd/go: update TestScripts/svn to not depend on TZ database

`TestScripts/svn` test suite fails if the host does not have a TZ
database installed.

This CL updates those tests so SVN formats dates using UTC, which
don't require a TZ database.

Fixes #56527

Change-Id: I20f3c03c3cedd7d748f4623dddc66bd04d1df318
Reviewed-on: https://go-review.googlesource.com/c/go/+/447335
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
This commit is contained in:
qmuntal 2022-11-02 17:41:21 +01:00 committed by Gopher Robot
parent bb3965695d
commit ebb71ad681
3 changed files with 17 additions and 12 deletions

View File

@ -1,6 +1,7 @@
handle svn handle svn
env TZ='America/New_York' # Ensure SVN displays dates using UTC.
env TZ=''
mkdir db/transactions mkdir db/transactions
mkdir db/txn-protorevs mkdir db/txn-protorevs
@ -30,7 +31,7 @@ func main() {
} }
-- .checkout/.svn-log -- -- .checkout/.svn-log --
------------------------------------------------------------------------ ------------------------------------------------------------------------
r1 | rsc | 2017-09-21 21:12:45 -0400 (Thu, 21 Sep 2017) | 3 lines r1 | rsc | 2017-09-22 01:12:45 +0000 (Fri, 22 Sep 2017) | 3 lines
hello world hello world

View File

@ -13,7 +13,9 @@ env GIT_AUTHOR_NAME='Russ Cox'
env GIT_AUTHOR_EMAIL='rsc@golang.org' env GIT_AUTHOR_EMAIL='rsc@golang.org'
env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
env TZ='America/New_York'
# Ensure SVN displays dates using UTC.
env TZ=''
mkdir db/transactions mkdir db/transactions
mkdir db/txn-protorevs mkdir db/txn-protorevs
@ -108,23 +110,23 @@ import _ "vcs-test.swtch.com/go/test1-svn-git/git-README-only/other"
package tiny package tiny
-- .checkout/.svn-log -- -- .checkout/.svn-log --
------------------------------------------------------------------------ ------------------------------------------------------------------------
r5 | rsc | 2017-10-04 11:08:26 -0400 (Wed, 04 Oct 2017) | 1 line r5 | rsc | 2017-10-04 15:08:26 +0000 (Wed, 04 Oct 2017) | 1 line
move from vcs-test.swtch.com to vcs-test.golang.org move from vcs-test.swtch.com to vcs-test.golang.org
------------------------------------------------------------------------ ------------------------------------------------------------------------
r4 | rsc | 2017-09-27 13:48:18 -0400 (Wed, 27 Sep 2017) | 1 line r4 | rsc | 2017-09-27 17:48:18 +0000 (Wed, 27 Sep 2017) | 1 line
add tiny add tiny
------------------------------------------------------------------------ ------------------------------------------------------------------------
r3 | rsc | 2017-09-22 12:56:16 -0400 (Fri, 22 Sep 2017) | 1 line r3 | rsc | 2017-09-22 16:56:16 +0000 (Fri, 22 Sep 2017) | 1 line
add other add other
------------------------------------------------------------------------ ------------------------------------------------------------------------
r2 | rsc | 2017-09-22 11:49:11 -0400 (Fri, 22 Sep 2017) | 1 line r2 | rsc | 2017-09-22 15:49:11 +0000 (Fri, 22 Sep 2017) | 1 line
use git-README-only/pkg use git-README-only/pkg
------------------------------------------------------------------------ ------------------------------------------------------------------------
r1 | rsc | 2017-09-22 11:41:54 -0400 (Fri, 22 Sep 2017) | 1 line r1 | rsc | 2017-09-22 15:41:54 +0000 (Fri, 22 Sep 2017) | 1 line
add modified git-README-only add modified git-README-only
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -13,7 +13,9 @@ env GIT_AUTHOR_NAME='Russ Cox'
env GIT_AUTHOR_EMAIL='rsc@golang.org' env GIT_AUTHOR_EMAIL='rsc@golang.org'
env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
env TZ='America/New_York'
# Ensure SVN displays dates using UTC.
env TZ=''
mkdir db/transactions mkdir db/transactions
mkdir db/txn-protorevs mkdir db/txn-protorevs
@ -86,15 +88,15 @@ README
package p1 package p1
-- .checkout/.svn-log -- -- .checkout/.svn-log --
------------------------------------------------------------------------ ------------------------------------------------------------------------
r3 | rsc | 2017-10-04 11:09:35 -0400 (Wed, 04 Oct 2017) | 1 line r3 | rsc | 2017-10-04 15:09:35 +0000 (Wed, 04 Oct 2017) | 1 line
move from vcs-test.swtch.com to vcs-test.golang.org move from vcs-test.swtch.com to vcs-test.golang.org
------------------------------------------------------------------------ ------------------------------------------------------------------------
r2 | rsc | 2017-09-27 14:16:14 -0400 (Wed, 27 Sep 2017) | 1 line r2 | rsc | 2017-09-27 18:16:14 +0000 (Wed, 27 Sep 2017) | 1 line
add p1 add p1
------------------------------------------------------------------------ ------------------------------------------------------------------------
r1 | rsc | 2017-09-27 14:00:52 -0400 (Wed, 27 Sep 2017) | 1 line r1 | rsc | 2017-09-27 18:00:52 +0000 (Wed, 27 Sep 2017) | 1 line
git git
------------------------------------------------------------------------ ------------------------------------------------------------------------