Skip to content

Commit

Permalink
Disable the d2 warmup flaky test and deprecated jcenter (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycezhongqing authored Aug 13, 2024
1 parent 3227d01 commit 0d2233a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and what APIs have changed, if applicable.

## [Unreleased]

## [29.58.3] - 2024-08-12
- Disable the warmUp flaky unit test

## [29.58.2] - 2024-08-06
- Add try/catch logic for INDIS xds stream initialization

Expand Down Expand Up @@ -5716,7 +5719,8 @@ patch operations can re-use these classes for generating patch messages.

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.2...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.3...master
[29.58.3]: https://github.com/linkedin/rest.li/compare/v29.58.2...v29.58.3
[29.58.2]: https://github.com/linkedin/rest.li/compare/v29.58.1...v29.58.2
[29.58.1]: https://github.com/linkedin/rest.li/compare/v29.58.0...v29.58.1
[29.58.0]: https://github.com/linkedin/rest.li/compare/v29.57.2...v29.58.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void testMakingWarmUpRequests() throws URISyntaxException, InterruptedExc
Assert.assertEquals(VALID_FILES.size(), requestCount.get());
}

@Test(timeOut = 10_000)
@Ignore("ingore this flaky test")
public void testDeletingFilesAfterShutdown() throws InterruptedException, ExecutionException, TimeoutException
{
createDefaultServicesIniFiles();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PegasusPluginCacheabilityTest extends Specification {
|}
|
|repositories {
| jcenter()
| mavenCentral()
|}
|
|dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class PegasusPluginIntegrationTest extends Specification {
|}
|
|repositories {
| jcenter()
| mavenCentral()
|}
|
|dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=29.58.2
version=29.58.3
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down

0 comments on commit 0d2233a

Please sign in to comment.