Yeah, you are correct. The build has since succeeded, but Teamcity does not have a good way to do a positive recovery notification so there is no email about it. No worries.
Chris On 7/21/07, Alex Karasulu <[EMAIL PROTECTED]> wrote:
Yeah you probably got caught in an inconsistent state during the train of commits. Alex On 7/21/07, Enrique Rodriguez < [EMAIL PROTECTED]> wrote: > > I believe this simply triggered in the middle of about 20 commits. > The offending line is now in a comment block. I'm all in and these > changes build and tests pass on 2 machines. > > Let's see if it happens again. > > Enrique > > > On 7/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Build Apache Directory Server::CI Build #126 failed (1739 tests > passed, 1 test failed (1 new)) > > Agent: Default agent > > Build results: > http://builds.organicelement.com/viewLog.html?buildId=278&buildTypeId=bt1 > > > > Newly failed tests (1 test) > > ================================================================== > > testRenewableTicket ================= > > junit.framework.AssertionFailedError: Requested renew-till time > > at junit.framework.Assert.fail(Assert.java:47) > > at junit.framework.Assert.assertTrue(Assert.java:20) > > at > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandlerTest.testRenewableTicket( > KerberosProtocolHandlerTest.java:1059) > > at > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandlerTest.testRenewableTicket > (KerberosProtocolHandlerTest.java:1059) > > at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native > Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at junit.framework.TestCase.runTest(TestCase.java:154) > > at junit.framework.TestCase.runBare(TestCase.java:127) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java > :124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native > Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at org.apache.maven.surefire.junit.JUnitTestSet.execute( > JUnitTestSet.java:213) > > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet( > AbstractDirectoryTestSuite.java:138) > > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute( > AbstractDirectoryTestSuite.java:125) > > at org.apache.maven.surefire.Surefire.run(Surefire.java :132) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke ( > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess( > SurefireBooter.java:290) > > at org.apache.maven.surefire.booter.SurefireBooter.main( > SurefireBooter.java:818) > > > > Changes included (17 changes, only 10 changes shown) > > ==================================================== > > Change 558312 by erodriguez (1 file): > > Minor API tweak to auth header verification to handle non-TGT ticket > validation. > > > > Change 558310 by erodriguez (1 file): > > Minor refactoring of TGT verification to break abstract ticket > verification. Also added some new checks for when the wrong tickets are > presented to the TGS. > > > > Change 558309 by erodriguez (1 file): > > Minor improvement to error handling when a request is made to TGS > without an auth header present. > > > > Change 558308 by erodriguez (1 file): > > Added some additional ticket validity checks and POSTDATED error > handling to TGS ticket generation. > > > > Change 558307 by erodriguez (1 file): > > Fixed a minor bug where renew-till time as requested by client was not > honored. > > > > Change 558305 by erodriguez (1 file): > > Enabled body checksum to be disabled by configuration, in TGS. > > > > Change 558304 by erodriguez (1 file): > > Added protocol version number check to TGS. > > > > Change 558303 by erodriguez (1 file): > > Made body checksum verification configurable (boolean) so it can be > turned off during testing. > > > > Change 558302 by erodriguez (1 file): > > Minor API tweak to auth header verification to support ticket > validation. > > > > Change 558301 by erodriguez (1 file): > > Broke ticket verification hierarchy. > > > > see more information about changed files: http://builds.organicelement.com/viewLog.html?tab=buildChangesDiv&buildId=278&buildTypeId=bt1 > > > > > > > > ============================================================================ > > Configure email notifications: > http://builds.organicelement.com/profile.html?init=1#notifications > > >
