Merge pull request #21228 from taosdata/test/update_push_message
Test/update push message
This commit is contained in:
commit
116a3e583e
|
@ -353,7 +353,8 @@ def main():
|
||||||
else:
|
else:
|
||||||
core_dir = "none"
|
core_dir = "none"
|
||||||
|
|
||||||
text = f'''exit status: {msg_dict[status]}
|
text = f'''
|
||||||
|
exit status: {msg_dict[status]}
|
||||||
test scope: crash_gen
|
test scope: crash_gen
|
||||||
owner: pxiao
|
owner: pxiao
|
||||||
hostname: {hostname}
|
hostname: {hostname}
|
||||||
|
|
|
@ -388,7 +388,8 @@ def main():
|
||||||
else:
|
else:
|
||||||
core_dir = "none"
|
core_dir = "none"
|
||||||
|
|
||||||
text = f'''exit status: {msg_dict[status]}
|
text = f'''
|
||||||
|
exit status: {msg_dict[status]}
|
||||||
test scope: crash_gen
|
test scope: crash_gen
|
||||||
owner: pxiao
|
owner: pxiao
|
||||||
hostname: {hostname}
|
hostname: {hostname}
|
||||||
|
|
|
@ -388,7 +388,8 @@ def main():
|
||||||
else:
|
else:
|
||||||
core_dir = "none"
|
core_dir = "none"
|
||||||
|
|
||||||
text = f'''exit status: {msg_dict[status]}
|
text = f'''
|
||||||
|
exit status: {msg_dict[status]}
|
||||||
test scope: crash_gen
|
test scope: crash_gen
|
||||||
owner: pxiao
|
owner: pxiao
|
||||||
hostname: {hostname}
|
hostname: {hostname}
|
||||||
|
|
Loading…
Reference in New Issue