wu-sheng commented on pull request #6275:
URL: https://github.com/apache/skywalking/pull/6275#issuecomment-769502709
I think you forget to fix the e2e request codes
```
2021-01-29T00:40:36.7641667Z 00:40:36.760 INFO
o.a.skywalking.e2e.SimpleQueryClient.logs (414) - Query: { "query": "query
queryLogs($condition: LogQueryCondition) { logs: queryLogs(condition:
$condition) { data: logs { serviceName,
serviceId, serviceInstanceName,
serviceInstanceId, endpointName, endpointId,
traceId, timestamp, isError,
contentType, content, tags{
key, value } } } }", "variables": {
"condition": { "state": "ALL", "serviceId":
"WW91cl9BcHBsaWNhdGlvbk5hbWU=.1", "endpointId": "",
"endpointName": "", "queryDuration": { "start":
"2021-01-29 003821", "end": "2021-01-29 004036",
"step": "SECOND" },
"keywordsOfContent": [ ],
"excludingKeywordsOfContent": [ ],
"tags": [ { "key": "logger",
"value": "org.apache.skywalking.e2e.controller.LogController"
} ], "paging": { "pageNum": 1,
"pageSize": 15, "needTotal": true } } }}
2021-01-29T00:40:36.7879824Z 00:40:36.786 INFO
o.t.c.DockerComposeContainer.accept (64) - [/518476314fgsjzv_oap_1] STDOUT:
2021-01-29 00:40:36,785 - graphql.GraphQL -75499 [qtp831656273-40] WARN [] -
Query failed to validate : 'query queryLogs($condition: LogQueryCondition) {
logs: queryLogs(condition: $condition) { data: logs {
serviceName, serviceId, serviceInstanceName,
serviceInstanceId, endpointName,
endpointId, traceId, timestamp,
isError, contentType, content,
tags{ key, value } } } }'
```
**isError** is still there.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]