Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0-alpha.2
-
None
-
1
-
SDK 44: Txns, SDK 3.1, Docs
Description
if (performerSupportsShadowInserts)
{ assertInsertedDocIsStagedAsProtocolV2(collection, docId); }else
{ assertInsertedDocIsStagedAsProtocolV1(collection, docId); }It is picking ProtocolV1, and thus testing
TransactionDocument doc = getDoc(collection, docId, false).getT1();
assertEquals(0, doc.body().size());
Which is failing.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Status | New [ 10003 ] | Open [ 1 ] |
Affects Version/s | 1.0.0-alpha.2 [ 17145 ] |
Fix Version/s | 1.0.0-beta.1 [ 17203 ] |
Sprint | SDK 44: Txns, SDK 3.1 [ 1289 ] |
Rank | Ranked higher |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |