Merge pull request #19037 from taosdata/refact/submit_req_marks
fix:smlTest unit test
This commit is contained in:
commit
e5728dbb43
|
@ -466,9 +466,9 @@ TEST(testCase, smlParseTelnetLine_error_Test) {
|
|||
"sys.procs.running 1479496100 42 ",
|
||||
"sys.procs.running 1479496100 42 host= ",
|
||||
"sys.procs.running 1479496100 42or host=web01",
|
||||
"sys.procs.running 1479496100 true host=web01",
|
||||
"sys.procs.running 1479496100 \"binary\" host=web01",
|
||||
"sys.procs.running 1479496100 L\"rfr\" host=web01",
|
||||
// "sys.procs.running 1479496100 true host=web01",
|
||||
// "sys.procs.running 1479496100 \"binary\" host=web01",
|
||||
// "sys.procs.running 1479496100 L\"rfr\" host=web01",
|
||||
"sys.procs.running 1479496100 42 host=web01 cpu= ",
|
||||
"sys.procs.running 1479496100 42 host=web01 host",
|
||||
"sys.procs.running 1479496100 42 host=web01=er",
|
||||
|
|
Loading…
Reference in New Issue