We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09029d commit 2c01207Copy full SHA for 2c01207
tests/internal/stream_processor.c
@@ -815,6 +815,7 @@ static void test_conv_from_str_to_num()
815
816
config = flb_config_init();
817
config->evl = mk_event_loop_create(256);
818
+ flb_engine_evl_set(config->evl);
819
820
ret = flb_storage_create(config);
821
if (!TEST_CHECK(ret == 0)) {
@@ -841,7 +842,7 @@ static void test_conv_from_str_to_num()
841
842
msgpack_pack_array(&pck, 2);
843
flb_pack_time_now(&pck);
844
msgpack_pack_map(&pck, 2);
-
845
+
846
msgpack_pack_str(&pck, 4);
847
msgpack_pack_str_body(&pck, "word", 4);
848
0 commit comments