ARTEMIS-5854 consumer mngmnt API not working#6196
Conversation
559213b to
d055f97
Compare
|
I ran this in CI and the follow tests failed:
|
This commit does the following: - Allows `lastDeliveredTime` and `lastAcknowledgedTime` to be filtered via the management API. - Adds unit tests for all such attributes to verify they are filterable. - Looks up the correct value on the server when filtering on `messagesDelivered`. - Breaks up `ViewTest` into corresponding classes so all attributes can be unit tested eventually.
736393d to
f79a972
Compare
9bba9d7 to
a40fb93
Compare
|
The test issues should be sorted now. |
This commit does the following:
lastDeliveredTimeandlastAcknowledgedTimeto be filtered via the management API.messagesDelivered.ViewTestinto corresponding classes so all attributes can be unit tested eventually.