Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-8174 LocalStreamIteratorWithPassivationTest random failures #5419

Merged
merged 1 commit into from Sep 11, 2017

Conversation

wburns
Copy link
Member

@wburns wburns commented Sep 8, 2017

  • Disabled test as we don't support concurrent activation with iteration

https://issues.jboss.org/browse/ISPN-8174

* Disabled test as we don't support concurrent activation with iteration
@@ -113,7 +113,7 @@ public void testConcurrentActivation() throws InterruptedException, ExecutionExc
}
}

@Test
@Test(enabled = false, description = "This requires supporting concurrent activation in cache loader interceptor")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are disabling a test as well as changing it ?

Copy link
Member Author

@wburns wburns Sep 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test didn't really test anything, hence why it was working most of the time :D

This test is supposed to test the filtering of the store to work while a concurrent activation occurs. We don't support concurrent activation with stores when doing iteration or state transfer. In those cases we will actually miss entries. This test was updated to more properly reflect that. Hence why it must now be disabled, since it doesn't work until we can finally fix the concurrent activation bug.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood

@tristantarrant tristantarrant merged commit 21a04aa into infinispan:master Sep 11, 2017
@tristantarrant
Copy link
Member

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants