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

Wasm cpp bazel #446

Merged
merged 3 commits into from
Jul 26, 2023
Merged

Wasm cpp bazel #446

merged 3 commits into from
Jul 26, 2023

Conversation

Hinsteny
Copy link
Collaborator

Ⅰ. Describe what this PR did

support make build cpp wasmplugin and do e2e test

Ⅱ. Does this pull request fix one issue?

NO

Ⅲ. Why don't you add test cases (unit test/integration test)?

has e2e test case

Ⅳ. Describe how to verify it

PLUGIN_TYPE=CPP PLUGIN_NAME=key_auth make higress-wasmplugin-test

Ⅴ. Special notes for reviews

NO

@codecov-commenter
Copy link

Codecov Report

Merging #446 (28da832) into main (aa17e95) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #446   +/-   ##
=======================================
  Coverage   40.23%   40.23%           
=======================================
  Files          45       45           
  Lines        6178     6178           
=======================================
  Hits         2486     2486           
  Misses       3519     3519           
  Partials      173      173           

@@ -29,6 +30,8 @@ import (
)

var isWasmPluginTest = flag.Bool("isWasmPluginTest", false, "")
var wasmPluginType = flag.String("WasmPluginType", "GO", "")
var wasmPluginName = flag.String("WasmPluginName", "", "")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新加的参数为啥是首字母大写呢?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hinsteny 请保持一致

@@ -29,6 +30,8 @@ import (
)

var isWasmPluginTest = flag.Bool("isWasmPluginTest", false, "")
var wasmPluginType = flag.String("WasmPluginType", "GO", "")
var wasmPluginName = flag.String("WasmPluginName", "", "")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hinsteny 请保持一致

@Hinsteny
Copy link
Collaborator Author

@CH3CHO @johnlanni Just change the e2e_test file param name start with lowercase, pls help me RE again.

Copy link
Collaborator

@johnlanni johnlanni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnlanni johnlanni merged commit 3700ada into alibaba:main Jul 26, 2023
8 checks passed
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.

4 participants