[
https://issues.apache.org/jira/browse/ARTEMIS-2681?focusedWorklogId=409941&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-409941
]
ASF GitHub Bot logged work on ARTEMIS-2681:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Mar/20 22:37
Start Date: 25/Mar/20 22:37
Worklog Time Spent: 10m
Work Description: michaelpearce-gain commented on pull request #3049:
ARTEMIS-2681 timestamp not set on notif msgs
URL: https://github.com/apache/activemq-artemis/pull/3049#discussion_r398212978
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SecurityNotificationTest.java
##########
@@ -155,6 +163,8 @@ public void testCONSUMER_CREATED() throws Exception {
Assert.assertEquals("guest",
notifications[0].getObjectProperty(ManagementHelper.HDR_VALIDATED_USER).toString());
Assert.assertEquals(address.toString(),
notifications[0].getObjectProperty(ManagementHelper.HDR_ADDRESS).toString());
Assert.assertEquals(SimpleString.toSimpleString("unavailable"),
notifications[0].getSimpleStringProperty(ManagementHelper.HDR_CERT_SUBJECT_DN));
+ Assert.assertTrue(notifications[0].getTimestamp() >= start);
+ Assert.assertTrue((Long)
notifications[0].getObjectProperty(ManagementHelper.HDR_NOTIFICATION_TIMESTAMP)
>= start);
Review comment:
i think the point here, is shouldnt the test be check timestamp >= start,
and check timestamp aloing with hdr notif timestamp field are the same.
current logic in test doesnt check both are the same.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 409941)
Time Spent: 40m (was: 0.5h)
> Timestamp not set on notification messages
> ------------------------------------------
>
> Key: ARTEMIS-2681
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2681
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)