Skip to content

Spotless

Spotless #9

GitHub Actions / JUnit Test Report failed Apr 24, 2024 in 0s

98 tests run, 85 passed, 0 skipped, 13 failed.

Annotations

Check failure on line 38 in client/src/test/groovy/com/netflix/conductor/client/http/EventClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

EventClientSpec.register event handler

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.postForEntity(ClientBase.java:181)
	at app//com.netflix.conductor.client.http.ClientBase.postForEntity(ClientBase.java:138)
	at app//com.netflix.conductor.client.http.ClientBase.postForEntityWithRequestOnly(ClientBase.java:124)
	at app//com.netflix.conductor.client.http.EventClient.registerEventHandler(EventClient.java:76)
	at com.netflix.conductor.client.http.EventClientSpec.register event handler(EventClientSpec.groovy:38)
Caused by: java.lang.NullPointerException: Cannot invoke "jakarta.ws.rs.client.Invocation$Builder.post(jakarta.ws.rs.client.Entity, java.lang.Class)" because "webResourceBuilder" is null
	at com.netflix.conductor.client.http.ClientBase.postForEntity(ClientBase.java:174)
	... 4 more

Check failure on line 50 in client/src/test/groovy/com/netflix/conductor/client/http/EventClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

EventClientSpec.update event handler

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.handleException(ClientBase.java:382)
	at app//com.netflix.conductor.client.http.ClientBase.put(ClientBase.java:118)
	at app//com.netflix.conductor.client.http.EventClient.updateEventHandler(EventClient.java:86)
	at com.netflix.conductor.client.http.EventClientSpec.update event handler(EventClientSpec.groovy:50)
Caused by: java.lang.NullPointerException: Cannot invoke "jakarta.ws.rs.client.Invocation$Builder.put(jakarta.ws.rs.client.Entity)" because the return value of "com.netflix.conductor.client.http.ClientRequestHandler.getWebResourceBuilder(java.net.URI)" is null
	at com.netflix.conductor.client.http.ClientBase.put(ClientBase.java:116)
	... 2 more

Check failure on line 76 in client/src/test/groovy/com/netflix/conductor/client/http/EventClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

EventClientSpec.get event handlers activeOnly=true

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event/test?activeOnly=true, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event/test?activeOnly=true, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.EventClient.getEventHandlers(EventClient.java:97)
	at com.netflix.conductor.client.http.EventClientSpec.get event handlers activeOnly=#activeOnly(EventClientSpec.groovy:76)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 76 in client/src/test/groovy/com/netflix/conductor/client/http/EventClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

EventClientSpec.get event handlers activeOnly=false

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event/test?activeOnly=false, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/event/test?activeOnly=false, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.EventClient.getEventHandlers(EventClient.java:97)
	at com.netflix.conductor.client.http.EventClientSpec.get event handlers activeOnly=#activeOnly(EventClientSpec.groovy:76)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 87 in client/src/test/groovy/com/netflix/conductor/client/http/MetadataClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MetadataClientSpec.workflow get all definitions latest version

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/metadata/workflow/latest-versions, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/metadata/workflow/latest-versions, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.MetadataClient.getAllWorkflowsWithLatestVersions(MetadataClient.java:115)
	at com.netflix.conductor.client.http.MetadataClientSpec.workflow get all definitions latest version(MetadataClientSpec.groovy:87)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 42 in client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TaskClientSpec.search

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search?query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search?query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.TaskClient.search(TaskClient.java:420)
	at com.netflix.conductor.client.http.TaskClientSpec.search(TaskClientSpec.groovy:42)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 64 in client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TaskClientSpec.searchV2

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search-v2?query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search-v2?query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.TaskClient.searchV2(TaskClient.java:430)
	at com.netflix.conductor.client.http.TaskClientSpec.searchV2(TaskClientSpec.groovy:64)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 90 in client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TaskClientSpec.search with params

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.TaskClient.search(TaskClient.java:449)
	at com.netflix.conductor.client.http.TaskClientSpec.search with params(TaskClientSpec.groovy:90)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 116 in client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TaskClientSpec.searchV2 with params

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/tasks/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.TaskClient.searchV2(TaskClient.java:468)
	at com.netflix.conductor.client.http.TaskClientSpec.searchV2 with params(TaskClientSpec.groovy:116)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 43 in client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowClientSpec.search

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search?query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search?query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.WorkflowClient.search(WorkflowClient.java:428)
	at com.netflix.conductor.client.http.WorkflowClientSpec.search(WorkflowClientSpec.groovy:43)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 65 in client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowClientSpec.searchV2

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search-v2?query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search-v2?query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.WorkflowClient.searchV2(WorkflowClient.java:439)
	at com.netflix.conductor.client.http.WorkflowClientSpec.searchV2(WorkflowClientSpec.groovy:65)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 91 in client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowClientSpec.search with params

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.WorkflowClient.search(WorkflowClient.java:459)
	at com.netflix.conductor.client.http.WorkflowClientSpec.search with params(WorkflowClientSpec.groovy:91)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more

Check failure on line 117 in client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowClientSpec.searchV2 with params

com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
Raw output
com.netflix.conductor.client.exception.ConductorClientException: Unable to invoke Conductor API with uri: dummyroot/workflow/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, runtime exception occurred}
	at app//com.netflix.conductor.client.http.ClientBase.handleRuntimeException(ClientBase.java:339)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:240)
	at app//com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:218)
	at app//com.netflix.conductor.client.http.WorkflowClient.searchV2(WorkflowClient.java:478)
	at com.netflix.conductor.client.http.WorkflowClientSpec.searchV2 with params(WorkflowClientSpec.groovy:117)
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Mock for type 'ClientResponse'' with class 'com.sun.jersey.api.client.ClientResponse$SpockMock$662254646' to class 'org.glassfish.jersey.client.ClientResponse'
	at org.spockframework.mock.response.ConstantResponseGenerator.doRespond(ConstantResponseGenerator.java:35)
	at org.spockframework.mock.response.SingleResponseGenerator.respond(SingleResponseGenerator.java:32)
	at org.spockframework.mock.response.ResponseGeneratorChain.respond(ResponseGeneratorChain.java:44)
	at org.spockframework.mock.runtime.MockInteraction.accept(MockInteraction.java:73)
	at org.spockframework.mock.runtime.MockInteractionDecorator.accept(MockInteractionDecorator.java:50)
	at org.spockframework.mock.runtime.InteractionScope$1.accept(InteractionScope.java:57)
	at org.spockframework.mock.runtime.MockController.handle(MockController.java:40)
	at org.spockframework.mock.runtime.JavaMockInterceptor.intercept(JavaMockInterceptor.java:86)
	at org.spockframework.mock.runtime.ByteBuddyInterceptorAdapter.interceptNonAbstract(ByteBuddyInterceptorAdapter.java:35)
	at com.netflix.conductor.client.http.ClientBase.getForEntity(ClientBase.java:231)
	... 3 more