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

(Non)TxAsyncBackupTest.testReplace fails randomly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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".

              pruivo@redhat.com Pedro Ruivo
              pruivo@redhat.com Pedro Ruivo
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: