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

Avoid unnecessary rinfo calls after creating gateways #909

Merged
merged 3 commits into from
May 19, 2023

Conversation

nicoddemus
Copy link
Member

Hopefully this fixes #907, as seems this is the only change in #901 which is somehow related.

Hopefully this fixes pytest-dev#907, as seems this is the only
change in pytest-dev#901 which is somehow related.
@CaselIT
Copy link

CaselIT commented May 18, 2023

I'll try to run sqlalchemy test on this branch later

@nicoddemus
Copy link
Member Author

@CaselIT oh that would be great, thanks!

CaselIT added a commit to sqlalchemy/sqlalchemy that referenced this pull request May 18, 2023
Change-Id: I4bc459895692931db30b9e5b98d10d94f1cdc5ac
@CaselIT
Copy link

CaselIT commented May 18, 2023

This run should use the patch you added https://github.com/sqlalchemy/sqlalchemy/actions/runs/5018530060

It will take a while since there are other 3 pipeline in the queue before it

CaselIT added a commit to sqlalchemy/sqlalchemy that referenced this pull request May 18, 2023
Change-Id: I4bc459895692931db30b9e5b98d10d94f1cdc5ac
CaselIT added a commit to sqlalchemy/sqlalchemy that referenced this pull request May 18, 2023
Change-Id: I4bc459895692931db30b9e5b98d10d94f1cdc5ac
@CaselIT
Copy link

CaselIT commented May 18, 2023

Edited the link above since fumbled the tox config

@nicoddemus
Copy link
Member Author

nicoddemus commented May 19, 2023

Thanks @CaselIT.

It passed! Can you trigger a new run to make sure it was not a fluke?

@CaselIT
Copy link

CaselIT commented May 19, 2023

Thanks @CaselIT.

It passed! Can you trigger a new run to make sure it was not a fluke?

Done https://github.com/sqlalchemy/sqlalchemy/actions/runs/5018530060

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

looks good, i made a rough proposal for a more informative changelog
i think its important people get a basic gist of the underlying issue

changelog/907.bugfix.rst Outdated Show resolved Hide resolved
nicoddemus and others added 2 commits May 19, 2023 07:08
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
@CaselIT
Copy link

CaselIT commented May 19, 2023

Re-run also passed. trying a 3rd time just to be sure (3.3.0 failed each time in 4 runs it did, so we should be good)

@nicoddemus nicoddemus merged commit 4e7bd02 into pytest-dev:master May 19, 2023
@nicoddemus nicoddemus deleted the avoid-rinfo branch May 19, 2023 10:43
@CaselIT
Copy link

CaselIT commented May 19, 2023

also 3rd re-run seems fine

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.

getting failures on slower machines since 3.3.0 release
3 participants