Hi Igniters,

I've found  "Cache 1" TC suite actually
starts IgniteBinaryCacheTestSuite.class suite.
This suite ignores several tests that has copies to be run with binary
marshaller:
* DataStreamProcessorSelfTest
* GridCacheAffinityRoutingSelfTest
* IgniteCacheAtomicLocalExpiryPolicyTest
* GridCacheEntryMemorySizeSelfTest
* GridCacheMvccSelfTest

Looks like these test were excluded from run as duplicates as they were a
part of another TC suite before BinaryMarshaller becomes a default
marshaller.

Quick investigation shows that
1. DataStreamProcessorSelfTest is DataStreamer test with keepBinary=false
mode and we never check this case
2. DataStreamProcessorBinarySelfTest (it's binary version) checks
keepBinary=true case within IgniteBinaryCacheTestSuite.


Should we stop ignoring mentioned tests or remove ones?
Thoughts?

-- 
Best regards,
Andrey V. Mashenkov

Reply via email to