You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle suite > Gradle test > org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest STANDARD_OUT
[cut due to security, but I have 6 pair of key-values here for some reason...seemingly derived from my env]
Gradle suite > Gradle test > org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest FAILED
java.lang.AssertionError:
Expected: "{"@Version":"1","thread":"Test worker","level":"DEBUG","loggerName":"org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT","message":"Test Message","endOfBatch":false,"loggerFqcn":"org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT","contextMap":[{"key":"Foo","value":"Bar"},{"key":"A","value":"B"}]}"
but: contextMap[]: Expected 2 values but got 6
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest(LogStashJSONLayoutJacksonIT.java:99)
The text was updated successfully, but these errors were encountered:
Gradle suite > Gradle test > org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest STANDARD_OUT
[cut due to security, but I have 6 pair of key-values here for some reason...seemingly derived from my env]
Gradle suite > Gradle test > org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest FAILED
java.lang.AssertionError:
Expected: "{"@Version":"1","thread":"Test worker","level":"DEBUG","loggerName":"org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT","message":"Test Message","endOfBatch":false,"loggerFqcn":"org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT","contextMap":[{"key":"Foo","value":"Bar"},{"key":"A","value":"B"}]}"
but: contextMap[]: Expected 2 values but got 6
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at org.apache.logging.log4j.core.layout.LogStashJSONLayoutJacksonIT.BasicSimpleTest(LogStashJSONLayoutJacksonIT.java:99)
The text was updated successfully, but these errors were encountered: