Uploaded image for project: 'Distributed Transactions .NET'
  1. Distributed Transactions .NET
  2. TXNN-48

StandardTest.insertStagesBackupMetadata fails because FitPerformer thinks it doesn't support AccessDeleted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0.0-beta.1
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jmorris Jeff Morris
              richard.ponton Richard Ponton
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty