kubeedge / kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)
https://kubeedge.io
Apache License 2.0
6.67k stars 1.71k forks source link

Umbrella issue for test cases enhancement #4327

Open vincentgoat opened 1 year ago

vincentgoat commented 1 year ago

Description

We summarized some task items as follows for KubeEdge code quality testing, please comment with one or more items' names if you are interested to join.

Tasks

Unit Test

E2E Test / Integration Test

Conformance Testing

ksankeerth commented 1 year ago

I'll write UT for kubeedge/edge/pkg/edgehub

vincentgoat commented 1 year ago

I'll write UT for kubeedge/edge/pkg/edgehub

Thanks a ton!

vincentgoat commented 1 year ago

Test in local host and check coverage: go test -v ./... -coverprofile=cover.out gocov convert cover.out | gocov-xml > coverage.xml

vincentgoat commented 1 year ago

Integrating conformance tests framework and the base conformance tests: https://github.com/kubeedge/kubeedge/pull/4411

Nageshbansal commented 1 year ago

i want to work on the kubeedge/edge/pkg/eventbus. please assign it to me if no one is working on this

vincentgoat commented 1 year ago

i want to work on the kubeedge/edge/pkg/eventbus. please assign it to me if no one is working on this

Great, sure.

ksankeerth commented 1 year ago

Hi @vincentgoat, If nobody has picked "kubeedge/edge/devicetwin", then I can write unit tests. Thanks!

vincentgoat commented 1 year ago

Hi @vincentgoat, If nobody has picked "kubeedge/edge/devicetwin", then I can write unit tests. Thanks!

Great, thanks. By the way, any task without a checkmark will be available for all contributors.

nox1134 commented 4 months ago

Hi @vincentgoat! If no one is working on kubeedge/edge/pkg/eventbus, I'd like to work on this. Please assign it to me.

vincentgoat commented 4 months ago

Hi @vincentgoat! If no one is working on kubeedge/edge/pkg/eventbus, I'd like to work on this. Please assign it to me.

Thanks @nox1134

1Shubham7 commented 2 months ago

Hey @vincentgoat I have added tests covering kubeedge/cloud/pkg/cloudstream so if @wackxu is not working on that, kindly assign that work to me.

1Shubham7 commented 2 months ago

Also please assign me kubeedge/pkg/stream . I have started working on it :)