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 the concurrent statement timeout #3781

Conversation

philippthun
Copy link
Member

@philippthun philippthun commented May 6, 2024

  • Fix the 20240314131908_add_user_guid_to_jobs_table migration (don't use with_concurrent_timeout in a block - e.g. alter_table {}).
  • Also fix migration_concurrent_statement_timeout_spec (be less specific about the original timeout).
  • Also fix the concurrent_timeout_in_milliseconds calculation.
  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

@philippthun philippthun force-pushed the fix-concurrent-statement-timeout branch from 5e32a19 to 49be62b Compare May 6, 2024 12:43
@philippthun philippthun changed the title Don't run migration specs in parallel TODO May 6, 2024
@philippthun philippthun force-pushed the fix-concurrent-statement-timeout branch from 1181b33 to 7f1cd0b Compare May 6, 2024 13:45
- Fix the 20240314131908_add_user_guid_to_jobs_table migration (don't
  use 'with_concurrent_timeout' in a block - e.g. alter_table {}).
- Also fix migration_concurrent_statement_timeout_spec (be less specific
  about the original timeout).
- Also fix the concurrent_timeout_in_milliseconds calculation.
@philippthun philippthun force-pushed the fix-concurrent-statement-timeout branch from 7f1cd0b to 95a749c Compare May 6, 2024 13:48
@philippthun philippthun changed the title TODO Fix the concurrent statement timeout May 6, 2024
@philippthun philippthun marked this pull request as ready for review May 6, 2024 13:49
Copy link
Contributor

@johha johha left a comment

Choose a reason for hiding this comment

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

LGTM

@philippthun philippthun merged commit 858245d into cloudfoundry:main May 7, 2024
14 checks passed
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.

None yet

2 participants