Skip to content
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

Support text func code for fgs #1096

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Conversation

niuzhenguo
Copy link
Member

@niuzhenguo niuzhenguo commented Apr 30, 2021

What this PR does / why we need it:
func_code should support text

Which issue this PR fixes:
(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
fixes #1077

Special notes for your reviewer:

Release note:


PR Checklist

  • Tests added/passed.
  • Documentation updated.
  • Schema updated.

Acceptance Steps Performed

make testacc TEST='./huaweicloud' TESTARGS='-run=TestAccSomethingV0_basic'
...
TF_ACC=1 go test ./huaweicloud/ -v -run=TestAccFgsV2Function -timeout 360m -parallel 4
=== RUN   TestAccFgsV2Function_basic
=== PAUSE TestAccFgsV2Function_basic
=== RUN   TestAccFgsV2Function_text
=== PAUSE TestAccFgsV2Function_text
=== CONT  TestAccFgsV2Function_basic
=== CONT  TestAccFgsV2Function_text
--- PASS: TestAccFgsV2Function_text (55.06s)
--- PASS: TestAccFgsV2Function_basic (58.40s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       58.426s

@niuzhenguo niuzhenguo merged commit 1505e94 into huaweicloud:master Apr 30, 2021
@niuzhenguo niuzhenguo deleted the fgs branch April 30, 2021 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FunctionGraph] func_code should support text
1 participant