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

feat: Adds pip freeze to several sessions in the noxfile to aid in troubleshooting #764

Merged
merged 2 commits into from May 3, 2024

Conversation

chalmerlowe
Copy link
Collaborator

Adds the pip freeze command to several sessions in the noxfile to aid in troubleshooting.
When tests fail, especially with older versions of the code it is sometimes useful to know what versions of the dependencies have been installed.

@chalmerlowe chalmerlowe requested review from a team as code owners May 2, 2024 17:39
@chalmerlowe chalmerlowe requested a review from Neenu1995 May 2, 2024 17:39
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 2, 2024
Copy link

conventional-commit-lint-gcf bot commented May 2, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-pandas API. label May 2, 2024
@chalmerlowe
Copy link
Collaborator Author

The prerelease failure is a known entity. It is being handled in another Issue/PR.

In fact, this PR is being incorporated to help enable better troubleshooting in issues such as that one.

@chalmerlowe chalmerlowe added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 2, 2024
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 2, 2024
@Linchin
Copy link
Contributor

Linchin commented May 2, 2024

system-3.9 seems to be failing due to connection flakiness

@Linchin Linchin added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 2, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 2, 2024
@chalmerlowe
Copy link
Collaborator Author

chalmerlowe commented May 2, 2024

system-3.9 seems to be failing due to connection flakiness

This is the known problem I reference above and has been consistent for many days (back to April 19th).
I have a second PR that will hopefully correct that problem, but I am waiting on this to merge to help with some of the debugging.

Copy link
Collaborator

@tswast tswast left a comment

Choose a reason for hiding this comment

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

+1, very useful for debugging to have the actual package list before running the tests.

@tswast
Copy link
Collaborator

tswast commented May 3, 2024

FAILED tests/system/test_gbq.py::TestReadGBQIntegration::test_timeout_configuration appears unrelated. I'll see if I can use some admin powers to merge.

@tswast tswast merged commit aaa7090 into main May 3, 2024
24 of 26 checks passed
@tswast tswast deleted the add-pip-freeze branch May 3, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-pandas API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants