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

[5.2] fix: sessions were not cleared in some test cases #128

Merged
merged 4 commits into from
Aug 22, 2023

Conversation

taka-oyama
Copy link
Collaborator

@taka-oyama taka-oyama commented Aug 17, 2023

Currently, there are dangling sessions after the test runs, which results in unstable results for spanner:sessions command.

This fix will delete sessions on the server side, whenever a test creates a new session.

@taka-oyama taka-oyama added the bug Something isn't working label Aug 17, 2023
@taka-oyama taka-oyama added this to the 5.2 milestone Aug 17, 2023
@taka-oyama taka-oyama self-assigned this Aug 17, 2023
@taka-oyama taka-oyama changed the title fix: sessions were not cleared in some test cases [5.2] fix: sessions were not cleared in some test cases Aug 18, 2023
tests/Concerns/ManagesDataDefinitionsTest.php Outdated Show resolved Hide resolved
Co-authored-by: halnique <shunsuke4dev@gmail.com>
@taka-oyama taka-oyama merged commit 40fe5fa into 5.x Aug 22, 2023
2 checks passed
@taka-oyama taka-oyama deleted the fix/clear-sessions-on-tests branch August 22, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants