sapling/eden/scm/tests/test-commitcloud-backup-all.t
Zeyi (Rice) Fan 92f6f35e7a mark all tests requiring Python 2
Summary:
This diff marks **ALL** mercurial tests requiring Python 2 feature.

After you fixes some tests, simply remove the `py2` feature requirement and that tests will be continuously run after your diff is landed.

To bypass this feature requirement, run the tests command with `HGTEST_FORCE_PY2=1`. For example:

```
HGTEST_FORCE_PY2=1 buck test //eden/scm/tests:hg_run_tests
```

or

```
HGTEST_FORCE_PY2=1 python run-tests.py
```

----

Basically this diff are created with the following commands:

```
$ sed -i 's/import feature\(.*\)$/import feature\1\n\nfeature.require(["py2"])/' test-*-t.py
$ sed -i '1s/^/#require py2\n/' test-*.t
$ ls | grep -P "^test.*(?<\!-t)\.py$" > list && vim -p $(cat list)
# manually adding feature requires for these Python tests.
```

(Note: this ignores all push blocking failures!)

ignore-conflict-markers

Reviewed By: singhsrb

Differential Revision: D19655148

fbshipit-source-id: 985e3ccb4010cc559049f1d89f8909bc2d9b5e20
2020-01-30 18:49:21 -08:00

76 lines
2.0 KiB
Perl

#require py2
#chg-compatible
$ enable amend
$ disable treemanifest
$ . "$TESTDIR/library.sh"
$ . "$TESTDIR/infinitepush/library.sh"
$ setconfig extensions.commitcloud=
$ setupcommon
$ hginit server
$ cd server
$ setupserver
$ setconfig remotefilelog.server=true
$ touch base
$ hg commit -Aqm base
$ cd ..
$ hgcloneshallow ssh://user@dummy/server shallow -q
1 files fetched over 1 fetches - (1 misses, 0.00% hit ratio) over *.*s (glob) (?)
$ cd shallow
Test pushing of specific sets of commits
$ drawdag <<'EOS'
> B C
> | |
> A1 A2 D1 D2 D3 E1 E2
> \| \| | \ /
> . . . .
> # amend: A1 -> A2
> # amend: D1 -> D2 -> D3
> # rebase: E1 -> E2
> EOS
$ hg book -r $E1 pinnedvisible --hidden
$ hg up $D2 -q --hidden
Check backing up top stack commit and mid commit
$ hg cloud check -r $A1 -r $D2 -r $E1
* not backed up (glob)
* not backed up (glob)
* not backed up (glob)
$ hg cloud backup --traceback
backing up stack rooted at 64164d1e0f82
remote: pushing 2 commits:
remote: 64164d1e0f82 A1
remote: 796f1f48de85 B
backing up stack rooted at d0d71d09c927
remote: pushing 2 commits:
remote: d0d71d09c927 A2
remote: daeeb2f180d6 C
backing up stack rooted at d79a807cba78
remote: pushing 1 commit:
remote: d79a807cba78 D2
backing up stack rooted at eccc11f58a56
remote: pushing 1 commit:
remote: eccc11f58a56 D3
backing up stack rooted at 42952ab62cec
remote: pushing 1 commit:
remote: 42952ab62cec E1
backing up stack rooted at 4903fdffd9c6
remote: pushing 1 commit:
remote: 4903fdffd9c6 E2
commitcloud: backed up 8 commits
$ hg cloud check -r $A1 -r $D2 -r $E1
64164d1e0f82f6a670c84728b83061df1b126b5c backed up
d79a807cba78db45ec042b74da65ebfd6d58eadd backed up
42952ab62cecf85e36eaab6965b6bf3f5e3e9fe1 backed up
$ hg cloud check -r $D1 --hidden
7c8a43610cd6d316f9bec941fa2677e5c7a90bf5 not backed up