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

Replace Swig Java test with native equivalents #364

Open
rigazilla opened this issue Apr 20, 2020 · 1 comment
Open

Replace Swig Java test with native equivalents #364

rigazilla opened this issue Apr 20, 2020 · 1 comment

Comments

@rigazilla
Copy link
Contributor

Java tests list that should be replaced with native tests:

            CrossLanguageHotRodTest.class,
            /* package org.infinispan.client.hotrod */
            GetAllLocalTest.class,
            GetAllReplTest.class,
            GetAllDistTest.class,
            CacheManagerNotStartedTest.class, 
            CacheManagerStoppedTest.class, 
            ClientSocketReadTimeoutTest.class,
            DefaultExpirationTest.class,
            ForceReturnValuesTest.class, 
            HitsAwareCacheManagersTest.class,
            HotRodAsyncReplicationTest.class,
            HotRodIntegrationTest.class,
            HotRodServerStartStopTest.class, 
            HotRodStatisticsTest.class, 
            RemoteCacheManagerTest.class,
            ServerErrorTest.class,
            ServerRestartTest.class,
            SizeTest.class,
            SocketTimeoutErrorTest.class,
            SegmentOwnershipLocalTest.class,
            SegmentOwnershipDistTest.class,
            ServerShutdownTest.class,
            SiteDownFailoverTest.class,
            SiteManualSwitchTest.class,
            ExecTest.class,
            RemoteAsyncAPITest.class,
            RemoteCacheAdminTest.class,
            RemoteCacheAdminPermanentTest.class

More details here: JniTest.java

@tristantarrant
Copy link
Member

I'd remove:

  • GetAllLocalTest
  • HotRodAsyncReplicationTest
  • HitsAwareCacheManagersTest
  • SegmentOwnershipLocalTest

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

No branches or pull requests

2 participants