You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix for statistics test failure
StatisticsTest gets client statistics of the first client from cluster. The assumption that the server must have only 1 client should be true in isolation but when there are hanging clients from other tests, these may authenticate to the cluster as well. In that case, server may send the statistics of a wrong client which is null mostly.
Adds logging to partition table request failure
Fixes hanging clients in LoggingTest, FactoriesTest, SemaphoreProxyTest, CustomSerializerTest
Various test refactors
* Refactors StatisticsTest to use specific clientUuids
StatisticsTest is enhanced to request for a specific client's statistcs
0 commit comments