remove keepAliveIdle check, because keepAliveIdle cannot be hot-update
This commit is contained in:
parent
eda1395928
commit
871352fcb1
|
@ -353,7 +353,7 @@
|
|||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 3
|
||||
,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py
|
||||
#,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ class TDTestCase:
|
|||
|
||||
self.configration_dic = {
|
||||
"cli": [
|
||||
{
|
||||
"name": "keepAliveIdle",
|
||||
"values": [1, 100, 7200000],
|
||||
"except_values": [0, 7200001]
|
||||
},
|
||||
# {
|
||||
# "name": "keepAliveIdle",
|
||||
# "values": [1, 100, 7200000],
|
||||
# "except_values": [0, 7200001]
|
||||
# },
|
||||
{
|
||||
"name": "queryPolicy",
|
||||
"values": [1, 2, 4],
|
||||
|
@ -42,12 +42,12 @@ class TDTestCase:
|
|||
}
|
||||
],
|
||||
"svr": [
|
||||
{
|
||||
"name": "keepAliveIdle",
|
||||
"alias": "tsKeepAliveIdle",
|
||||
"values": [1, 100, 7200000],
|
||||
"except_values": [0, 7200001]
|
||||
},
|
||||
# {
|
||||
# "name": "keepAliveIdle",
|
||||
# "alias": "tsKeepAliveIdle",
|
||||
# "values": [1, 100, 7200000],
|
||||
# "except_values": [0, 7200001]
|
||||
# },
|
||||
{
|
||||
"name": "mndSdbWriteDelta",
|
||||
"alias": "tsMndSdbWriteDelta",
|
||||
|
|
Loading…
Reference in New Issue