Skip to content

Conversation

@davidangb
Copy link
Contributor

@davidangb davidangb commented Oct 15, 2025

Ticket: CORE-707

Some swatomation tests are flaky because workspace-creation fails with a lock-wait timeout creating the CompactDataTables workspace setting for that workspace.

I looked at various SQL queries involved in listing and applying settings, and they will benefit from a table index. The index should reduce how much of the table needs to be locked and reduce how long a lock needs to be held. (the insert statement will not benefit from this index; only select, update, and delete will).

ctx,
startDateOpt,
endDateOpt
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

scalafmt; not sure why it complained in this PR.

val subList =
Await.result(submissionsService.listSubmissions(testData.wsName, testContext, Option.empty, Option.empty),
Duration.Inf
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

scalafmt; not sure why it complained in this PR.

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.

2 participants