All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 00/10] git p4 test fixes
@ 2012-06-27 12:00 Pete Wyckoff
  2012-06-27 12:00 ` [PATCHv2 01/10] git p4 test: wait longer for p4d to start and test its pid Pete Wyckoff
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Pete Wyckoff @ 2012-06-27 12:00 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Johannes Sixt

Changes from v1 are:

    * Extend p4d start time to 5 min, modifiable by an
      environment variable.  Add a "kill -0" mechanism
      to detect early if the p4d we started died.
      (Thanks Junio)

    * Rewrite the badp4dir PATH and return value handling
      to make sure that earlier commands in the && chain
      are checked properly.  (Thanks Hannes)

This is a series of accumulated minor annoyances in
the "git p4" tests.  I've been carrying these around for
a while, now.

The big line count change here is from splitting big chunks
of t9800 out into logically separate tests.

Pete Wyckoff (10):
  git p4 test: wait longer for p4d to start and test its pid
  git p4 test: use real_path to resolve p4 client symlinks
  git p4 test: simplify quoting involving TRASH_DIRECTORY
  git p4 test: never create default test repo
  git p4 test: rename some "git-p4 command" strings
  git p4 test: check for error message in failed test
  git p4 test: copy source indeterminate
  git p4 test: cleanup_git should make a new $git
  git p4 test: split up big t9800 test
  git p4 test: fix badp4dir test

 t/lib-git-p4.sh                    |  26 ++-
 t/t9800-git-p4-basic.sh            | 416 ++-----------------------------------
 t/t9805-git-p4-skip-submit-edit.sh |   9 +-
 t/t9806-git-p4-options.sh          |  17 +-
 t/t9808-git-p4-chdir.sh            |   4 +-
 t/t9810-git-p4-rcs.sh              |   8 +-
 t/t9812-git-p4-wildcards.sh        | 147 +++++++++++++
 t/t9813-git-p4-preserve-users.sh   | 153 ++++++++++++++
 t/t9814-git-p4-rename.sh           | 206 ++++++++++++++++++
 9 files changed, 557 insertions(+), 429 deletions(-)
 create mode 100755 t/t9812-git-p4-wildcards.sh
 create mode 100755 t/t9813-git-p4-preserve-users.sh
 create mode 100755 t/t9814-git-p4-rename.sh

-- 
1.7.11.1.69.gd505fd2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-06-28  4:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 12:00 [PATCHv2 00/10] git p4 test fixes Pete Wyckoff
2012-06-27 12:00 ` [PATCHv2 01/10] git p4 test: wait longer for p4d to start and test its pid Pete Wyckoff
2012-06-27 21:16   ` Junio C Hamano
2012-06-28  2:48     ` [PATCHv3 " Pete Wyckoff
2012-06-28  4:05       ` Junio C Hamano
2012-06-27 12:00 ` [PATCHv2 02/10] git p4 test: use real_path to resolve p4 client symlinks Pete Wyckoff
2012-06-27 12:00 ` [PATCHv2 03/10] git p4 test: simplify quoting involving TRASH_DIRECTORY Pete Wyckoff
2012-06-27 12:00 ` [PATCHv2 04/10] git p4 test: never create default test repo Pete Wyckoff
2012-06-27 12:00 ` [PATCHv2 05/10] git p4 test: rename some "git-p4 command" strings Pete Wyckoff
2012-06-27 12:00 ` [PATCHv2 06/10] git p4 test: check for error message in failed test Pete Wyckoff
2012-06-27 12:01 ` [PATCHv2 07/10] git p4 test: copy source indeterminate Pete Wyckoff
2012-06-27 12:01 ` [PATCHv2 08/10] git p4 test: cleanup_git should make a new $git Pete Wyckoff
2012-06-27 12:01 ` [PATCHv2 09/10] git p4 test: split up big t9800 test Pete Wyckoff
2012-06-27 12:01 ` [PATCHv2 10/10] git p4 test: fix badp4dir test Pete Wyckoff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.