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

fix: cancelling the context with proper cancel function #26

Merged
merged 1 commit into from
May 28, 2024

Conversation

farbodahm
Copy link
Owner

Apparently my Copilot was calling ctx.Done() instead of cancel() function while auto completing the tests :))

@farbodahm farbodahm added the bug Something isn't working label May 28, 2024
@farbodahm farbodahm self-assigned this May 28, 2024
Copy link

  • BenchmarkAddStaticColumnFunction Duration: 5.91s ⏳
  • BenchmarkFilterFunction Duration: 1.50s ⏳
  • BenchmarkRenameColumnFunction Duration: 2.40s ⏳
  • BenchmarkSchemaValidation Duration: 2.30s ⏳
  • BenchmarkSelect Duration: 2.40s ⏳

@farbodahm farbodahm merged commit 720a707 into main May 28, 2024
3 checks passed
@farbodahm farbodahm deleted the fix/context-cancellation branch May 28, 2024 19:58
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.

1 participant