forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Flaky TestClientIdRequestObjectWithContext #244
Labels
Comments
oleg-jukovec
added
bug
Something isn't working
good first issue
Good for newcomers
1sp
labels
Dec 5, 2022
oleg-jukovec
added a commit
that referenced
this issue
Dec 27, 2022
oleg-jukovec
added a commit
that referenced
this issue
Dec 27, 2022
We don't need to over-optimize the work with requests with contexts that already done. It doesn't look like a work method. It is better to simplify the code. Part of #244
oleg-jukovec
added a commit
that referenced
this issue
Dec 27, 2022
The patch makes the test more deterministic. It helps to avoid canceling a request with an already received response. Closes #244
2 tasks
oleg-jukovec
added a commit
that referenced
this issue
Dec 27, 2022
We don't need to over-optimize the work with requests with contexts that already done. It doesn't look like a use case. It is better to simplify the code. Part of #244
oleg-jukovec
added a commit
that referenced
this issue
Dec 27, 2022
The patch makes the test more deterministic. It helps to avoid canceling a request with an already received response. Closes #244
oleg-jukovec
added a commit
that referenced
this issue
Dec 28, 2022
oleg-jukovec
added a commit
that referenced
this issue
Dec 28, 2022
We don't need to over-optimize the work with requests with contexts that already done. It doesn't look like a use case. It is better to simplify the code. Part of #244
oleg-jukovec
added a commit
that referenced
this issue
Dec 28, 2022
The patch makes the test more deterministic. It helps to avoid canceling a request with an already received response. Closes #244
oleg-jukovec
added a commit
that referenced
this issue
Dec 28, 2022
Overview The release improves compatibility with new Tarantool versions. Breaking changes There are no breaking changes in the release. New features Support iproto feature discovery (#120). Support errors extended information (#209). Support error type in MessagePack (#209). Support event subscriptin (#119). Support session settings (#215). Support pap-sha256 authorization method (Tarantool EE feature) (#243). Support graceful shutdown (#214). Bugfixes Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (#233). Flaky test TestClientRequestObjectsWithContext (#244). Flaky test multi/TestDisconnectAll (#234).
Merged
oleg-jukovec
added a commit
that referenced
this issue
Dec 29, 2022
Overview The release improves compatibility with new Tarantool versions. Breaking changes There are no breaking changes in the release. New features Support iproto feature discovery (#120). Support errors extended information (#209). Support error type in MessagePack (#209). Support event subscription (#119). Support session settings (#215). Support pap-sha256 authorization method (Tarantool EE feature) (#243). Support graceful shutdown (#214). Bugfixes Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (#233). Flaky test TestClientRequestObjectsWithContext (#244). Flaky test multi/TestDisconnectAll (#234).
oleg-jukovec
added a commit
that referenced
this issue
Dec 30, 2022
Overview The release improves compatibility with new Tarantool versions. Breaking changes There are no breaking changes in the release. New features Support iproto feature discovery (#120). Support errors extended information (#209). Support error type in MessagePack (#209). Support event subscription (#119). Support session settings (#215). Support pap-sha256 authorization method (Tarantool EE feature) (#243). Support graceful shutdown (#214). Bugfixes Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (#233). Flaky test TestClientRequestObjectsWithContext (#244). Flaky test multi/TestDisconnectAll (#234).
pull bot
pushed a commit
to kokizzu/go-tarantool
that referenced
this issue
Jan 1, 2023
Overview The release improves compatibility with new Tarantool versions. Breaking changes There are no breaking changes in the release. New features Support iproto feature discovery (tarantool#120). Support errors extended information (tarantool#209). Support error type in MessagePack (tarantool#209). Support event subscription (tarantool#119). Support session settings (tarantool#215). Support pap-sha256 authorization method (Tarantool EE feature) (tarantool#243). Support graceful shutdown (tarantool#214). Bugfixes Decimal package uses a test variable DecimalPrecision instead of a package-level variable decimalPrecision (tarantool#233). Flaky test TestClientRequestObjectsWithContext (tarantool#244). Flaky test multi/TestDisconnectAll (tarantool#234).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/tarantool/go-tarantool/actions/runs/3618947238/jobs/6099414757
The text was updated successfully, but these errors were encountered: