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
ContractNegotiationIntegrationTest > testNegotiation_initialOfferAccepted() FAILED
org.opentest4j.AssertionFailedError:
expected: null
but was: org.eclipse.dataspaceconnector.spi.types.domain.contract.agreement.ContractAgreement@e70b6dd7
at java.base@11.0.15/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base@11.0.15/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base@11.0.15/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at app//org.eclipse.dataspaceconnector.contract.negotiation.ContractNegotiationIntegrationTest.testNegotiation_initialOfferAccepted(ContractNegotiationIntegrationTest.java:78
Possible Implementation
Latch waits for the observable to be triggered, then test makes assertion on persisted data.
This is a race condition, since data is persisted after the observable is invoked.
Add post* observable operations?
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
Observed in a non-reproducible manner
Possible Implementation
Latch waits for the observable to be triggered, then test makes assertion on persisted data.
This is a race condition, since data is persisted after the observable is invoked.
Add post* observable operations?
The text was updated successfully, but these errors were encountered: