ieQu1 1 год назад
Родитель
Сommit
dc4ae82798
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/emqx_durable_storage/test/emqx_ds_test_helpers.erl

+ 1 - 0
apps/emqx_durable_storage/test/emqx_ds_test_helpers.erl

@@ -122,6 +122,7 @@ topic_messages(TestCase, ClientId, N) ->
     fun() ->
         NBin = integer_to_binary(N),
         Msg = #message{
+            id = <<N:128>>,
             from = ClientId,
             topic = client_topic(TestCase, ClientId),
             timestamp = N * 100,