Andrei Dulceanu created OAK-6678:
------------------------------------
Summary: Syncing big blobs fails since StandbyServer sends
persisted head
Key: OAK-6678
URL: https://issues.apache.org/jira/browse/OAK-6678
Project: Jackrabbit Oak
Issue Type: Bug
Components: segment-tar, tarmk-standby
Reporter: Andrei Dulceanu
Assignee: Andrei Dulceanu
Fix For: 1.7.8
With changes for OAK-6653 in place, {{ExternalPrivateStoreIT#testSyncBigBlog}}
and sometimes {{ExternalSharedStoreIT#testSyncBigBlob}} are failing on CI:
{noformat}
org.apache.jackrabbit.oak.segment.standby.ExternalSharedStoreIT
testSyncBigBlob(org.apache.jackrabbit.oak.segment.standby.ExternalSharedStoreIT)
Time elapsed: 96.82 sec <<< FAILURE!
java.lang.AssertionError: expected:<{ root = { ... } }> but was:<{ root : { } }>
...
testSyncBigBlob(org.apache.jackrabbit.oak.segment.standby.ExternalPrivateStoreIT)
Time elapsed: 95.254 sec <<< FAILURE!
java.lang.AssertionError: expected:<{ root = { ... } }> but was:<{ root : { } }>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)