test(ds): Add message ID
This commit is contained in:
parent
d1b574a67e
commit
dc4ae82798
|
@ -122,6 +122,7 @@ topic_messages(TestCase, ClientId, N) ->
|
||||||
fun() ->
|
fun() ->
|
||||||
NBin = integer_to_binary(N),
|
NBin = integer_to_binary(N),
|
||||||
Msg = #message{
|
Msg = #message{
|
||||||
|
id = <<N:128>>,
|
||||||
from = ClientId,
|
from = ClientId,
|
||||||
topic = client_topic(TestCase, ClientId),
|
topic = client_topic(TestCase, ClientId),
|
||||||
timestamp = N * 100,
|
timestamp = N * 100,
|
||||||
|
|
Loading…
Reference in New Issue