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

[incubator-kie-drools-6239] Review and update EmbeddedStorageManagerTest #6258

Conversation

tkobayas
Copy link
Contributor

assertThat(StorageManagerFactory.get().getStorageManager().getStorageNames()).contains(SESSION_STORAGE_PREFIX + "0_" + "epDefault", "METADATA_0");
}

public static class FakeCacheManager extends DefaultCacheManager {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

While trying to adapt the test code to meet Infinispan 15, I noticed that this FakeCacheManager quite depends on DefaultCacheManager, and it's not actually possible to write "Fake" class in this case. So changed to just use DefaultCacheManager .

@tkobayas tkobayas merged commit ab2a3d0 into apache:main Feb 19, 2025
10 checks passed
rgdoliveira pushed a commit to rgdoliveira/drools that referenced this pull request Feb 19, 2025
…est (apache#6258)

* [incubator-kie-drools-6239] Review and update EmbeddedStorageManagerTest

* - fix comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants