1628 |
|
24-Mar-2013 |
amelung |
Improved logging |
1222 |
|
26-Aug-2009 |
amelung |
Mac like (sorry Christian ;-) |
1205 |
|
25-Aug-2009 |
amelung |
Implemented current style guide for backends (i.e., config.py and explicit logging) |
1105 |
|
19-Oct-2008 |
elkner |
improve logging, fix for erlexec's required env HOME, use pfexec to run tests
as noaccess:noaccess if env var USE_RCTL is set; if env var USE_RCTL is set,
let Solaris guard resources (cpu time, mem) instead of the timer with a fixed
period in user space |
1104 |
|
18-Oct-2008 |
elkner |
execute /usr/bin/newtask aka invoked copiler/interpreter with
uid=noaccess and gid=noaccess |
1036 |
|
13-Oct-2008 |
elkner |
- add env var USE_RCTL to get tests running on Solaris machines, which have
not defined the appropriate projects (i.e. uses newtask if set only)
- startup/env_iws.tcsh - no need to adjust backends/**/*.sh anymore |
1035 |
|
13-Oct-2008 |
elkner |
use ksh instead of fast sh with reduced features |
1033 |
|
13-Oct-2008 |
elkner |
fix logging system
add resource ctrl to scripts |
1031 |
|
11-Oct-2008 |
elkner |
- incompatible changes:
- backendctl::_startBackend() now requires backendHost as param as well
- new features:
- additional command line options to be able to set parameters for
each spooler/backend individually - overwrite default settings in
config.py
- separate logfile per backend
- Solaris Service Fault Management (SMF) support - see startup/
- misc fixes:
- try to set euid only, if started with UID == 0 aka root
- config.py: don't duplicate messages to event.log, i.e. fH disabled |
954 |
|
30-Jun-2008 |
amelung |
*** empty log message *** |
892 |
|
01-Nov-2007 |
amelung |
Modified version. |
885 |
|
07-Oct-2007 |
chbauman |
Changes:
- deleted classpath definitions in *.sh files. classpath variable will be generated in JUnitConf.py and passed to JUnit._runInterpreter() from now on.
- JUnitConf.py was extended with classpath generation logic
- JUnit.py:
- deleted some unnecessary functions
- _runInterpreter now gets classpaths passed |
876 |
|
01-Oct-2007 |
chbauman |
Several changes:
- Placed JUnit-Library in folder /junit/junit_libs
- Changed classpaths in java.sh and javac.sh
- Updated spooler-status-line in README.txt
- Wrote java+systrace.sh -> Has to be proofed, since I can't launch systrace.
- Added '"'s to comment about unit tests in JUnitConf.py |
869 |
|
25-Aug-2007 |
chbauman |
Commited Backend "junit".
The backend tests student's java submissions for syntactical and semantical (JUnitTests) correctness.
Stage 0.9alpha |