You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Internal] Fix Quality Monitor test by removing parallelism (#4568)
## Changes
<!-- Summary of your changes that are easy to understand -->
This PR removes parallelism in the quality monitor test. Currently, we
create multiple databricks_sql_table concurrently, which causes the
following error: `[OCC check failure] Entity proto at
/metastores:<metastore_id> may have been updated during the
transaction`.
This is already fixed in its non-plugin framework counterpart.
#4566
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
NO_CHANGELOG=true
0 commit comments