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
The unit test shouldNotEmitEventForAbsentJfrEventType() in the class JfrEventRecorderUnitTests failed.
The expecting value was false but somehow it returned true. While debugging, I noticed that the createEvent() was called, is this the expected behavior? Thank you!
org.opentest4j.AssertionFailedError:
Expecting value to be false but was true
Expected :false
Actual :true
Environment
Lettuce version(s): 6.2.2 RELEASE (Also failed in 6.5.0 RELEASE)
Redis version: N/A
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
The unit test
shouldNotEmitEventForAbsentJfrEventType()
in the classJfrEventRecorderUnitTests
failed.The expecting value was false but somehow it returned true. While debugging, I noticed that the createEvent() was called, is this the expected behavior? Thank you!
Environment
The text was updated successfully, but these errors were encountered: