Bug 1278934

Summary: CrossLanguageHotRodTest.doCppStats is failing
Product: [JBoss] JBoss Data Grid 6 Reporter: Alan Field <afield>
Component: CPP ClientAssignee: Alan Field <afield>
Status: VERIFIED --- QA Contact: Alan Field <afield>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.6.0CC: afield, mgencur, ttarrant
Target Milestone: ER2   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Field 2015-11-06 19:24:32 UTC
Description of problem:

In JDG 6.6.0 ER1 CrossLanguageHotRodTest.doCppStats

The issue is that Map returned from RemoteCache.stats does not include the new clustered statistics from PR https://github.com/infinispan/jdg/pull/779:

globalRemoveHits
globalRetrievals
globalHits
globalRemoveMisses
globalCurrentNumberOfEntries
globalMisses
globalStores

The test should be changed to skip these entries which aren't in the protocol used by the C++ client.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Alan Field 2015-12-02 15:00:03 UTC
Verified with JDG 6.6.0 ER2