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

E2E Enhancement Draft #906

Merged
merged 3 commits into from
Oct 24, 2024
Merged

E2E Enhancement Draft #906

merged 3 commits into from
Oct 24, 2024

Conversation

noobwei
Copy link
Contributor

@noobwei noobwei commented Sep 27, 2024

What type of PR is this?

/kind enhancement

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: noobwei <ta22230@bristol.ac.uk>
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.16%. Comparing base (0c5498c) to head (2541f18).
Report is 133 commits behind head on main.

see 80 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20cb2d8...2541f18. Read the comment docs.

Signed-off-by: noobwei <ta22230@bristol.ac.uk>
@kmesh-bot kmesh-bot added size/M and removed size/XS labels Oct 21, 2024
@noobwei noobwei marked this pull request as ready for review October 21, 2024 08:29
@@ -909,3 +910,37 @@ func PromDiff(t test.Failer, prom prometheus.Instance, cluster cluster.Cluster,

}
}

func TestServiceRestart(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

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

This case fails and needs to be fixed.

Copy link
Member

Choose a reason for hiding this comment

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

donot we already have a restart case?

Copy link
Member

Choose a reason for hiding this comment

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

donot we already have a restart case?

We have Kmesh daemon restart case and this is the restart of applications.

}).Start()
generators = append(generators, g)
}
mkGen(dst)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
mkGen(dst)
apps.ServiceWithWaypointAtServiceGranularity[0]

Not use dst itself as src.

Port: echo.Port{
Name: "http",
},
Retry: echo.Retry{NoRetry: true},
Copy link
Member

Choose a reason for hiding this comment

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

Remove this line, as it takes time to send new endpoints to eBPF. So we need retry.

Signed-off-by: noobwei <ta22230@bristol.ac.uk>
@YaoZengzeng
Copy link
Member

/retest

@YaoZengzeng
Copy link
Member

/lgtm

@YaoZengzeng
Copy link
Member

/approve

@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: YaoZengzeng

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot kmesh-bot merged commit a4ca182 into kmesh-net:main Oct 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants