Spotless #37
Annotations
19 errors and 4 warnings
MetadataClientSpec.workflow get all definitions latest version:
client/src/test/groovy/com/netflix/conductor/client/http/MetadataClientSpec.groovy#L87
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
getEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/metadata/workflow/latest-versions, GenericType{java.util.List<com.netflix.conductor.common.metadata.workflow.WorkflowDef>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.search:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L43
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.TaskSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.searchV2:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L65
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search-v2?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.metadata.tasks.Task>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.search with params:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L91
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.TaskSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.searchV2 with params:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L117
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.metadata.tasks.Task>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.search:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L44
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.WorkflowSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.searchV2:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L66
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search-v2?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.Workflow>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.search with params:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L92
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.WorkflowSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.searchV2 with params:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L118
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.Workflow>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
MetadataClientSpec.workflow get all definitions latest version:
client/src/test/groovy/com/netflix/conductor/client/http/MetadataClientSpec.groovy#L87
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
getEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/metadata/workflow/latest-versions, GenericType{java.util.List<com.netflix.conductor.common.metadata.workflow.WorkflowDef>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.search:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L43
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.TaskSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.searchV2:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L65
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search-v2?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.metadata.tasks.Task>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.search with params:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L91
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.TaskSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
TaskClientSpec.searchV2 with params:
client/src/test/groovy/com/netflix/conductor/client/http/TaskClientSpec.groovy#L117
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/tasks/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.metadata.tasks.Task>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.search:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L44
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.WorkflowSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.searchV2:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L66
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search-v2?query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.Workflow>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.search with params:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L92
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.WorkflowSummary>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
WorkflowClientSpec.searchV2 with params:
client/src/test/groovy/com/netflix/conductor/client/http/WorkflowClientSpec.groovy#L118
Too few invocations for:
1 * requestHandler.get(uri) >> Mock(ClientResponse.class) {
readEntity(_) >> result
} (0 invocations)
Unmatched invocations (ordered by similarity):
1 * requestHandler.getWithGenericType(dummyroot/workflow/search-v2?start=0&size=10&sort=sort&freeText=text&query=my_complex_query, GenericType{com.netflix.conductor.common.run.SearchResult<com.netflix.conductor.common.run.Workflow>})
methodName == "get"
| |
| false
| 15 differences (16% similarity)
| get(WithGenericType)
| get(---------------)
getWithGenericType
<too many arguments>
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, gradle/wrapper-validation-action@v1, actions/setup-java@v3, actions/cache@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ui
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cypress-io/github-action@v4, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ui
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-videos".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-videos
Expired
|
170 KB |
|