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

Reproduce perf test in rust #958

Closed
wants to merge 2 commits into from
Closed

Reproduce perf test in rust #958

wants to merge 2 commits into from

Conversation

insipx
Copy link
Contributor

@insipx insipx commented Aug 14, 2024

Copied naomis perf test from here into rust. Was able to reproduce UNIQUE constraint errors, but no group intent errors or IntentPending errors

Group intent not committed is repro'd consistently with #948. This seems to track since both issues include adding members to a group, which is where this intent error seems to occur

@insipx insipx requested a review from a team as a code owner August 14, 2024 16:31
@insipx insipx marked this pull request as draft August 14, 2024 16:32
@insipx insipx changed the title Reproduce pref test in rust Reproduce perf test in rust Aug 14, 2024
@nplasterer
Copy link
Contributor

Do you think this unique constraint error is causing any down stream problems or is it just noise?

@insipx
Copy link
Contributor Author

insipx commented Aug 15, 2024

Seems like its ok to ignore the UNIQUE constraint errors for now. looks like something where we're trying to publish the same intent twice and one of them goes through while the other tries to store but it already exists b/c the first one finished first

@insipx insipx closed this Aug 26, 2024
@insipx insipx deleted the insipx/try-repro-intent branch September 10, 2024 22:03
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.

2 participants