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

Preserve EventMesh precomputed hashes #17959

Conversation

marcobebway
Copy link
Contributor

@marcobebway marcobebway commented Aug 10, 2023

Description

Preserve EventMesh precomputed hashes.

Related issue(s)

@kyma-bot kyma-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 10, 2023
@marcobebway marcobebway linked an issue Aug 10, 2023 that may be closed by this pull request
2 tasks
@marcobebway marcobebway self-assigned this Aug 10, 2023
@marcobebway marcobebway added kind/bug Categorizes issue or PR as related to a bug. area/eventing Issues or PRs related to eventing labels Aug 10, 2023
@marcobebway marcobebway force-pushed the 17951-preserve-eventmesh-precomputed-hashes branch 2 times, most recently from cd504cc to d6d94d6 Compare August 10, 2023 15:12
@marcobebway
Copy link
Contributor Author

/retest
/hold

@kyma-bot kyma-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 10, 2023
@marcobebway marcobebway force-pushed the 17951-preserve-eventmesh-precomputed-hashes branch from dbdc1b0 to 8c7fa22 Compare August 10, 2023 20:27
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 10, 2023
@marcobebway marcobebway force-pushed the 17951-preserve-eventmesh-precomputed-hashes branch from 8c7fa22 to 2961e79 Compare August 10, 2023 20:42
@marcobebway marcobebway marked this pull request as ready for review August 10, 2023 20:43
@marcobebway marcobebway requested a review from a team as a code owner August 10, 2023 20:43
@marcobebway marcobebway requested a review from grischperl August 10, 2023 20:43
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 10, 2023
@kyma-project kyma-project deleted a comment from kyma-bot Aug 10, 2023
@kyma-project kyma-project deleted a comment from netlify bot Aug 10, 2023
@marcobebway marcobebway requested review from k15r and removed request for grischperl August 11, 2023 08:26
return NewReconciler(ctx, te.fakeClient, te.logger, te.recorder, te.cfg, te.cleaner,
te.backend, te.credentials, te.mapper, validator, collector), te.fakeClient
},
wantEv2Hash: int64(2118518533334734626),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we extract constants for tests like these. Its really hard to read those random numbers and nobody should actually think (s)he has to compare/understand those values

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@marcobebway
Copy link
Contributor Author

/retest

@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 11, 2023
@marcobebway
Copy link
Contributor Author

/hold cancel

@kyma-bot kyma-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 11, 2023
@kyma-bot kyma-bot merged commit 8953e1f into kyma-project:main Aug 11, 2023
@marcobebway marcobebway deleted the 17951-preserve-eventmesh-precomputed-hashes branch August 11, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/eventing Issues or PRs related to eventing kind/bug Categorizes issue or PR as related to a bug. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subscription hashes for EventMesh webhooks are reset if the secret is changed
3 participants