Ernest Burghardt created GEODE-7974:
---------------------------------------
Summary: CI Failure: RestAccessControllerTest >
getSpecificKeysUsingQueryParamWithNonExistentKey
Key: GEODE-7974
URL: https://issues.apache.org/jira/browse/GEODE-7974
Project: Geode
Issue Type: Bug
Components: rest (dev)
Reporter: Ernest Burghardt
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/27]
{code:java}
> Task :geode-web-api:integrationTest
org.apache.geode.rest.internal.web.controllers.RestAccessControllerTest >
getSpecificKeysUsingQueryParamWithNonExistentKey FAILED
java.lang.AssertionError: Response content expected:<{
"customers" : [ {
"@type" : "org.apache.geode.rest.internal.web.controllers.Customer",
"customerId" : 101,
"firstName" : "Vishal",
"lastName" : "Roa"
}, null ]
}> but was:<{
"customers" : [ {
"@type" : "org.apache.geode.rest.internal.web.controllers.Customer",
"customerId" : 101,
"firstName" : "Vishal",
"lastName" : "Roa"
}, null ]
}>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)