[Trac] Re: build / test automation with features

2009-06-02 Thread Johnny Chang

I looked at the documentation and it wasn't clear to me how to run a
test suite, look for output, and check in.  Can you give me some
hints?

On May 31, 10:08 pm, Olaf Meeuwissen olaf.meeuwis...@avasys.jp
wrote:
 Johnny Chang johnny...@gmail.com writes:
  Hello, I just started using trac with svn and it is very nice.  I
  wanted to implement some build and test automation into it and was
  looking for these features:

  -checks out code
  -builds and checks for errors
  -runs a test suite (run the executable with various predetermined
  parameters, checks exit status, logs messages)
  -allows automatic parsing of log messages
  -checks in working executable

  Any suggestions are appreciated!

 Have a look at Bitten (http:// bitten.edgewall.org/).  Should be able to
 do everything you list.

 Hope this helps,
 --
 Olaf Meeuwissen, LPIC-2           FLOSS Engineer -- AVASYS Corporation
 FSF Associate Member #1962               Help support software freedom
                  http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread W. Martin Borgert

Quoting Johnny Chang johnny...@gmail.com:
 Hello, I just started using trac with svn and it is very nice.  I
 wanted to implement some build and test automation into it and was
 looking for these features:

 -checks out code
 -builds and checks for errors
 -runs a test suite (run the executable with various predetermined
 parameters, checks exit status, logs messages)
 -allows automatic parsing of log messages
 -checks in working executable

 Any suggestions are appreciated!

I'm using bitten for all but your last requirement. Nice tool!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread Olaf Meeuwissen

W. Martin Borgert deba...@debian.org writes:

 Quoting Johnny Chang johnny...@gmail.com:
 I looked at the documentation and it wasn't clear to me how to run a
 test suite, look for output, and check in.  Can you give me some
 hints?

 Running tests itself is not in the scope of bitten (and would be
 the wrong place IMHO). You run e.g. unittests (in my case junit
 tests via ant) and bitten makes the logs available via trac. For
 further questions I suggest you ask on the bitten mailing list.

Seconded, all of it.  From what I've looked at (haven't tried anything
yet in this area), several of the *unit elements can parse the test
results and put this up on the build page.  There is also support for
test coverage and test success/failure ratio graphs.  Have a look at

  http://bitten.edgewall.org/build/trunk/1456#step_test
  http://bitten.edgewall.org/build/trunk

to get an idea.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-05-31 Thread Olaf Meeuwissen

Johnny Chang johnny...@gmail.com writes:

 Hello, I just started using trac with svn and it is very nice.  I
 wanted to implement some build and test automation into it and was
 looking for these features:

 -checks out code
 -builds and checks for errors
 -runs a test suite (run the executable with various predetermined
 parameters, checks exit status, logs messages)
 -allows automatic parsing of log messages
 -checks in working executable


 Any suggestions are appreciated!

Have a look at Bitten (http:// bitten.edgewall.org/).  Should be able to
do everything you list.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---