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

Make local suite to run with JBossTM

XMLWordPrintable

      Suite runs faster with JBossTM (vs DummyTM).
      A explanation for JBossTM over performing DummyTM in spite keeping a tx log on the disk (which dummyTm doesn't) is the fact that it has 2PC optimisations for situations where only one resource is registered. In other words if there is only one cache participating in the transaction (most of our tests are like that) there won't be 2RPC but only one.

      It would be good to run the local test suite with JBossTM and CoordinatorEnvironmentBean.commitOnePhase=true and
      CoordinatorEnvironmentBean.commitOnePhase=false on the hudson environment. This would test transactions better.

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: