It shouldn't fail, it's just missing from the zip right? The skipped tests are expected.
On Wed, Mar 9, 2011 at 7:54 AM, Mark Stega < [email protected]> wrote: > I cloned the ESB repository using a fork created from > https://github.com/hibernating-rhinos/rhino-esb. When building from > PowerShell I get two tests skipped and one failure. Then the zip of > the release fails due to a missing Rhino.ServiceBus.xml. > > Tests complete: 71 of 243 > > Rhino.ServiceBus.Tests.FailureToProcessMessage.A_message_that_fails_processing_should_go_back_to_queue_on_transactional_queue > [SKIP] > There is a race condition between the transport and the consumer > > > Tests complete: 72 of 243 > Tests complete: 73 of 243 > Rhino.ServiceBus.Tests.With_flat_queue_strategy > > +FailureToProcessMessage.A_message_that_fails_processing_should_go_back_to_queue_on_transactional_queue > [SKIP] > There is a race condition between the transport and the consumer > ... > > Tests complete: 96 of 243 > > Rhino.ServiceBus.Tests.LoadBalancer.With_accepting_work_queue.When_secondary_takes_over_it_will_let_workers_know_that_it_took_over_and_reroute_to_ready > _to_work_queue [FAIL] > Assert.Equal() Failure > Expected: msmq://localhost/test_queue.balancer > Actual: msmq://beachfield-t61p/test_queue.acceptingWork > Stack Trace: > s:\Solutions\OPL\rhino-esb\Rhino.ServiceBus.Tests\LoadBalancer > \With_accepting_work_queue.cs(191,0): at > Rhino.ServiceBus.Tests.LoadBalancer.With_a > > ccepting_work_queue.When_secondary_takes_over_it_will_let_workers_know_that_it_took_over_and_reroute_to_ready_to_work_queue() > > Tests complete: 97 of 243 > > And the ZIP failure: > > Executing Release > 3/9/2011 9:46:16 AM: An Error Occurred. See Error Details Below: > ---------------------------------------------------------------------- > > ErrorRecord: > > PSMessageDetails : > Exception : > System.Management.Automation.RemoteException: zip warning: name > not matched: S:\Solutions\opl\rhino-esb\build\3.5\\Rhino.Se > rviceBus.xml > TargetObject : zip warning: name not matched: S:\Solutions > \opl\rhino-esb\build\3.5\\Rhino.ServiceBus.xml > CategoryInfo : NotSpecified: ( zip warning: > n....ServiceBus.xml:String) [], RemoteException > FullyQualifiedErrorId : NativeCommandError > ErrorDetails : > InvocationInfo : System.Management.Automation.InvocationInfo > PipelineIterationInfo : {0, 0} > > > > ErrorRecord.InvocationInfo: > > MyCommand : zip.exe > BoundParameters : {} > UnboundArguments : {} > ScriptLineNumber : 85 > OffsetInLine : 3 > HistoryId : -1 > ScriptName : S:\Solutions\opl\rhino-esb\build.ps1 > Line : & $tools_dir\zip.exe -9 -A -j ` > PositionMessage : > At S:\Solutions\opl\rhino-esb\build.ps1:85 char:3 > + & <<<< $tools_dir\zip.exe -9 -A -j ` > InvocationName : & > PipelineLength : 1 > PipelinePosition : 1 > ExpectingInput : False > CommandOrigin : Internal > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
