You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/02/12 07:53:59 UTC

git commit: More docs

Updated Branches:
  refs/heads/master 1e8e82a97 -> 9e0102af6


More docs


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9e0102af
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9e0102af
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9e0102af

Branch: refs/heads/master
Commit: 9e0102af67c0087a0736f84b2443c7aaf0dfc195
Parents: 1e8e82a
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Wed Feb 12 07:54:20 2014 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Wed Feb 12 07:54:20 2014 +0100

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/apt/developing.apt.vm | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9e0102af/maven-surefire-plugin/src/site/apt/developing.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/developing.apt.vm b/maven-surefire-plugin/src/site/apt/developing.apt.vm
index fb58a1f..9cd0346 100644
--- a/maven-surefire-plugin/src/site/apt/developing.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/developing.apt.vm
@@ -82,6 +82,12 @@ the command line (you might have to do only the bits after &&).
 You can now paste this command on the command line and capture the output of the fork. This may help you
 determine if the problem is in the forked end or the receiving end.
 
+If investigating a particular class, you probably want to grep the output of this for the classname.
+Additionally the booter codes (first field) can be seen at
+https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=blob;f=surefire-api/src/main/java/org/apache/maven/surefire/booter/ForkingRunListener.java
+
+The second field in the output (after booter code) is the logical channel number, where differnt threads in the fork
+should come in different channels.
 
 * TestCases