Details

    • Technical task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.5
    • None
    • rdbmk, run
    • None

    Description

      @Override
      public void tearDownCluster() {
      String dropped = "";
      for (DocumentMK kernel : kernels) {
      kernel.dispose();
      if (kernel.getDocumentStore() instanceof RDBDocumentStore)

      { dropped += ((RDBDocumentStore)kernel.getDocumentStore()).getDroppedTables(); }

      }
      if (dropDBAfterTest) {
      if(blobStoreFixture != null)

      { blobStoreFixture.tearDown(); }

      if (dropped.isEmpty())

      { throw new RuntimeException("dropdb was set, but tables have not been dropped"); }

      }
      }

      has been broken because the DS is now wrapped by LeaseCheckDocumentStoreWrapper. Figure out a different way to obtain the information.

      Attachments

        1. OAK-3389.patch
          0.9 kB
          Stefan Egli

        Issue Links

          Activity

            People

              Unassigned Unassigned
              reschke Julian Reschke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: