Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3117

(Non)TxAsyncBackupTest.testReplace fails randomly

    XMLWordPrintable

Details

    Description

      Wrong condition in eventually()

      cache("LON", 1).replace("k", "v2");
      //...
      eventually(new Condition() {
        @Override
        public boolean isSatisfied() throws Exception {
          return "v".equals(backup("LON").get("k"));
        }
      });
      

      should be "v2" instead of "v".

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: