Skip to content

Commit 2b10612

Browse files
authored
Add more retries for failing integration tests (#615)
## What changes are proposed in this pull request? As part of the automation of SDK updates, it is important that the tests on the PR pass before it is merged. Due to some tests being flaky, the integration tests often fail on the automated PRs leading to unmerged orphaned PRs. This PR increases the number of retries for failing tests to increase the reliability of the integration test suite. ## How is this tested? N/A NO_CHANGELOG=true
1 parent 45a10fc commit 2b10612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
* [Breaking] Remove `pgbouncerSettings` field for `com.databricks.sdk.service.postgres.ProjectDefaultEndpointSettings`.
3434
* Add `owner` field for `com.databricks.sdk.service.postgres.ProjectStatus`.
3535
* Add `validityCheckConfigurations` field for `com.databricks.sdk.service.qualitymonitorv2.QualityMonitor`.
36-
* Add `burstScalingEnabled` field for `com.databricks.sdk.service.serving.PtServedModel`.
36+
* Add `burstScalingEnabled` field for `com.databricks.sdk.service.serving.PtServedModel`.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<excludes>
130130
<exclude>**/benchmark/**</exclude>
131131
</excludes>
132-
<rerunFailingTestsCount>2</rerunFailingTestsCount>
132+
<rerunFailingTestsCount>4</rerunFailingTestsCount>
133133
</configuration>
134134
<executions>
135135
<execution>

0 commit comments

Comments
 (0)