summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime/data/stackdriver/stackdriver_test_insert_id.h
blob: 9cdf3f5459533d1c9de84f5a827a60236a54415d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#define INSERTID_COMMON_CASE	"["		\
	"1591111124,"			\
	"{"				\
        "\"logging.googleapis.com/insertId\": \"test_insertId\" "		\
	"}]"

#define EMPTY_INSERTID	"["		\
	"1591111124,"			\
	"{"				\
        "\"logging.googleapis.com/insertId\": \"\" "		\
	"}]"

#define INSERTID_INCORRECT_TYPE_INT	"["		\
	"1591111124,"			\
	"{"				\
        "\"logging.googleapis.com/insertId\": 123 "		\
	"}]"

#define INSERTID_INCORRECT_TYPE_MAP	"["		\
	"1591111124,"			\
	"{"				\
        "\"logging.googleapis.com/insertId\": "		\
        "{"           \
        "}"     \
	"}]"