Merge pull request #810 from FgForrest/806-allow-engine-start-even-if… #560
Annotations
4 errors
md`.Example `labels.rest`:
md`#L1
The query {
"head" : [
{
"label" : {
"name" : "query-name",
"value" : "my-query"
}
},
{
"label" : {
"name" : "url",
"value" : "/test-url"
}
}
],
"filterBy" : {
"entityPrimaryKeyInSet" : [
1,
2,
3
]
}
} failed: Error calling server even with 2 retries:
|
md`.Example `create-first-entity.graphql`:
md`#L1
org.opentest4j.AssertionFailedError: The query mutation {
upsertBrand(
primaryKey: 1
entityExistence: MUST_NOT_EXIST
mutations: [
{
upsertAttributeMutation: {
name: "name"
value: "Samsung"
}
}
]
) {
primaryKey
}
} failed: Call to GraphQL server with document: {"data":null,"errors":[{"message":"There is already entity Brand with primary key 1 present! Please fetch this entity and perform update operation on top of it.","locations":[{"line":2,"column":3,"sourceName":null}],"path":["upsertBrand"],"extensions":{"errorCode":"73a20adb22d95068d7daa5f6e2d96230:af7e03290249dcf135c6dd7ad7cd6bc9:92"}}]} ended with errors: [{"message":"There is already entity Brand with primary key 1 present! Please fetch this entity and perform update operation on top of it.","locations":[{"line":2,"column":3,"sourceName":null}],"path":["upsertBrand"],"extensions":{"errorCode":"73a20adb22d95068d7daa5f6e2d96230:af7e03290249dcf135c6dd7ad7cd6bc9:92"}}]
|
build
❌ Tests reported 2 failures
|
build
Process completed with exit code 1.
|