El lun, 24-07-2006 a las 12:59 +0200, Andreas Hartmann escribió: > Thorsten Scherler wrote: > > El lun, 24-07-2006 a las 12:03 +0200, Andreas Hartmann escribió: > >> Thorsten Scherler wrote: > >>> Hi all, > >>> > >>> http://lenya.zones.apache.org/log/lenya.trunk.update.log > >>> > >>> Testcase: testDefaultSiteTreeString took 0.393 sec > >>> Caused an ERROR > >> BTW, do you know why it doesn't send a mail to [EMAIL PROTECTED] > >> Or is this disabled? > > > > No, clue. We did not changed the script. > > > > I will have a look > > OK, thanks a lot!
Ok, I found a mail in the infrastructure ml "Helios / zones - sendmail turned of" from Mon, 27 Mar 2006 10:57:14 +0200. We needed to turn it on again. I solved it by login with my user and then sudo su svcadm enable svc:/network/smtp:sendmail This is the reason for the sudden mail flood from zones. Should work now again. > > > (while you are fixing the tests). ;) > > I'm afraid that will need some help from the other devs ... > > (see thread "TestProxyGeneratorServlet doesn't contain any tests"). Hmm, yeah you are right. The problem is due to the test failing we cannot get the demo running. ./build.sh test >> $logfile 2>&1 check=`cat $logfile|grep "BUILD FAILED"` echo "statusCheck=$check" >> $logfile if [ -n "$check" ]; then subject="[lenya.trunk.update] lenya-trunk tests failed" message="Please resolve possible conflicts by hand login into the zone server and looking at /export/home/lenya/src/lenya-trunk" sendMsg "$subject" "$weblog" "$message" exit 1 fi Maybe we should remove "exit 1" for the test build, this way the demo can up again and we still get the notification that the test fails. wdyt? salu2 -- Thorsten Scherler COO Spain Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
