-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(waf): [] support post_cls_action, post_ckafka_action params #2517
base: master
Are you sure you want to change the base?
Conversation
等待测试账号开通WAF权限测试 |
"post_cls_action": { | ||
Type: schema.TypeInt, | ||
Optional: true, | ||
Default: POST_CLS_ACTION_0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里一定要设置 default 属性吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK 这里我去掉
"post_ckafka_action": { | ||
Type: schema.TypeInt, | ||
Optional: true, | ||
Default: POST_CKAFKA_ACTION_0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK 这里我去掉
@@ -9,7 +9,7 @@ import ( | |||
) | |||
|
|||
// go test -i; go test -test.run TestAccTencentCloudWafSaasDomainResource_basic -v | |||
func TestAccTencentCloudWafSaasDomainResource_basic(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里自动化测试用例不能跑吗
@@ -9,7 +9,7 @@ import ( | |||
) | |||
|
|||
// go test -i; go test -test.run TestAccTencentCloudWafClbDomainResource_basic -v | |||
func TestAccTencentCloudWafClbDomainResource_basic(t *testing.T) { | |||
func TestAccTencentCloudNeedFixWafClbDomainResource_basic(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的自动化测试用例不能跑吗
fix/waf