- labels: --> TCK
- assigned_to: i-campbell
If you run the example project against the current develop branch of the Sparkplug TCK https://github.com/eclipse/sparkplug/ , you get the following failing test:
topics-ndata-timestamp: FAIL The NDATA MUST include a timestamp denoting the Date/Time the message was sent from the Edge Node.;
payloads-ddata-timestamp: FAIL DDATA messages MUST include a payload timestamp that denotes the time at which the message was published.;
topics-ddata-timestamp: FAIL The DDATA MUST include a timestamp denoting the Date/Time the message was sent from the Edge Node.;
payloads-ndata-timestamp: FAIL NDATA messages MUST include a payload timestamp that denotes the time at which the message was published.;
Suggest a call to FB_Payload.SetTimestamp( ) is missing
Progress Blog: 2022/07/2-july-2022-updated-tck-test-results
Tickets: #84
Log in to post a comment.