diff options
author | Luke Diamand <luke@diamand.org> | 2015-06-07 22:35:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-08 08:51:51 -0700 |
commit | 6ba9e2c1ba91ac34d1fb5d0fe659eb6611ddc903 (patch) | |
tree | 562ee1c62a5d00e6e0d9133b727698c45c104ab2 /test-parse-options.c | |
parent | git-p4: additional testing of --changes-block-size (diff) | |
download | tgif-6ba9e2c1ba91ac34d1fb5d0fe659eb6611ddc903.tar.xz |
git-p4: test with limited p4 server results
Change the --changes-block-size git-p4 test to use an account with
limited "maxresults" and "maxscanrows" values.
These conditions are applied in the server *before* the "-m maxchanges"
parameter to "p4 changes" is applied, and so the strategy that git-p4
uses for limiting the number of changes does not work. As a result,
the tests all fail.
Note that "maxscanrows" is set quite high, as it appears to not only
limit results from "p4 changes", but *also* limits results from
"p4 print". Files that have more than "maxscanrows" changes seem
(experimentally) to be impossible to print. There's no good way to
work around this.
Signed-off-by: Luke Diamand <luke@diamand.org>
Acked-by: Lex Spoon <lex@lexspoon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-parse-options.c')
0 files changed, 0 insertions, 0 deletions