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

Init grpc server of wait stage plugin #5445

Merged
merged 7 commits into from
Dec 25, 2024

fix golangci errors

ce4ebfb
Select commit
Loading
Failed to load commit list.
Merged

Init grpc server of wait stage plugin #5445

fix golangci errors
ce4ebfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 24, 2024 in 1s

0.00% of diff hit (target 26.21%)

View this Pull Request on Codecov

0.00% of diff hit (target 26.21%)

Annotations

Check warning on line 53 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L48-L53

Added lines #L48 - L53 were not covered by tests

Check warning on line 58 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 70 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L62-L70

Added lines #L62 - L70 were not covered by tests

Check warning on line 76 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L73-L76

Added lines #L73 - L76 were not covered by tests

Check warning on line 83 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 89 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L87-L89

Added lines #L87 - L89 were not covered by tests

Check warning on line 95 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 101 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 107 in pkg/app/pipedv1/plugin/wait/execute/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/server.go#L105-L107

Added lines #L105 - L107 were not covered by tests

Check warning on line 34 in pkg/app/pipedv1/plugin/wait/execute/wait.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/execute/wait.go#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 33 in pkg/app/pipedv1/plugin/wait/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/main.go#L23-L33

Added lines #L23 - L33 were not covered by tests

Check warning on line 73 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L49-L73

Added lines #L49 - L73 were not covered by tests

Check warning on line 87 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L76-L87

Added lines #L76 - L87 were not covered by tests

Check warning on line 94 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L90-L94

Added lines #L90 - L94 were not covered by tests

Check warning on line 115 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L97-L115

Added lines #L97 - L115 were not covered by tests

Check warning on line 122 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L119-L122

Added lines #L119 - L122 were not covered by tests

Check warning on line 149 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L125-L149

Added lines #L125 - L149 were not covered by tests

Check warning on line 154 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L151-L154

Added lines #L151 - L154 were not covered by tests

Check warning on line 161 in pkg/app/pipedv1/plugin/wait/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/wait/server.go#L157-L161

Added lines #L157 - L161 were not covered by tests