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
|
,,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
|
,,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/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/subscribe_stream_privilege.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,11 @@ class TDTestCase:
|
||||||
|
|
||||||
self.configration_dic = {
|
self.configration_dic = {
|
||||||
"cli": [
|
"cli": [
|
||||||
{
|
# {
|
||||||
"name": "keepAliveIdle",
|
# "name": "keepAliveIdle",
|
||||||
"values": [1, 100, 7200000],
|
# "values": [1, 100, 7200000],
|
||||||
"except_values": [0, 7200001]
|
# "except_values": [0, 7200001]
|
||||||
},
|
# },
|
||||||
{
|
{
|
||||||
"name": "queryPolicy",
|
"name": "queryPolicy",
|
||||||
"values": [1, 2, 4],
|
"values": [1, 2, 4],
|
||||||
|
@ -42,12 +42,12 @@ class TDTestCase:
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"svr": [
|
"svr": [
|
||||||
{
|
# {
|
||||||
"name": "keepAliveIdle",
|
# "name": "keepAliveIdle",
|
||||||
"alias": "tsKeepAliveIdle",
|
# "alias": "tsKeepAliveIdle",
|
||||||
"values": [1, 100, 7200000],
|
# "values": [1, 100, 7200000],
|
||||||
"except_values": [0, 7200001]
|
# "except_values": [0, 7200001]
|
||||||
},
|
# },
|
||||||
{
|
{
|
||||||
"name": "mndSdbWriteDelta",
|
"name": "mndSdbWriteDelta",
|
||||||
"alias": "tsMndSdbWriteDelta",
|
"alias": "tsMndSdbWriteDelta",
|
||||||
|
|
Loading…
Reference in New Issue