Module: Gitlab::Database::Migrations::PreparedAsyncDmlOperationsTesting::AsyncIndexMixin
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/gitlab/database/migrations/prepared_async_dml_operations_testing/async_operations_runner.rb
Instance Method Summary collapse
Instance Method Details
#prepare_async_index ⇒ Object
10 11 12 |
# File 'lib/gitlab/database/migrations/prepared_async_dml_operations_testing/async_operations_runner.rb', line 10 def prepare_async_index(...) mark_for_testing_execution(super) end |
#prepare_async_index_from_sql ⇒ Object
14 15 16 |
# File 'lib/gitlab/database/migrations/prepared_async_dml_operations_testing/async_operations_runner.rb', line 14 def prepare_async_index_from_sql(...) mark_for_testing_execution(super) end |