Closer look at with remote debugging the server during integration tests revealed that the function getResult(...) in line 442 of class OrchestratorService gets invokes again and again. Thats all I could figure-out (the origination of the call goes to Thrift classes)
On Tue, May 13, 2014 at 2:35 PM, Lahiru Gunathilake <[email protected]>wrote: > I think during integration test execution orchestrator call for > validateExperiment is not returning and launchExperiment method is never > invoked. > > Because of that integration test results is not coming completed. But when > I run the same test separate it works fine (started the server separate and > ran the same test from my IDE). > > Anyone has any idea why this is happening ? > > Lahiru > > -- > System Analyst Programmer > PTI Lab > Indiana University >
