[
https://issues.apache.org/jira/browse/GEODE-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975334#comment-16975334
]
Juan Ramos commented on GEODE-7461:
-----------------------------------
Executed the test class again 500 times locally with the changes included in
the [Pull Request|https://github.com/apache/geode/pull/4334] without any
failures.
{noformat}
[feature/GEODE-7461]: ./gradlew repeatIntegrationTest --no-parallel
-Prepeat=500 -PfailOnNoMatchingTests=false --tests
org.apache.geode.modules.session.catalina.internal.DeltaSessionStatisticsIntegrationTest
> Task :combineReports
All test reports at
/Users/jramos/git/GemFire-Engineering/geode/build/reports/combined
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.4/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 29m 7s
185 actionable tasks: 23 executed, 162 up-to-date
{noformat}
Hopefully this time I got the fix 100% right, sorry for the noise in the CI.
> CI failure: DeltaSessionStatisticsIntegrationTest >
> sessionsExpiredStatisticsShouldBeIncrementedWhenSessionExpires(REPLICATE) [0]
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-7461
> URL: https://issues.apache.org/jira/browse/GEODE-7461
> Project: Geode
> Issue Type: Bug
> Components: core, statistics
> Reporter: Robert Houghton
> Assignee: Juan Ramos
> Priority: Major
> Labels: GeodeCommons
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Failure on the heels of fix for
> [GEODE-7439|https://issues.apache.org/jira/browse/GEODE-7439]
> Concourse Logs:
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.12.0-SNAPSHOT.0018/test-results/integrationTest/1573828487/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Test report artifacts from this job are available at:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.12.0-SNAPSHOT.0018/test-artifacts/1573828487/integrationtestfiles-OpenJDK11-1.12.0-SNAPSHOT.0018.tgz
> org.apache.geode.modules.session.catalina.internal.DeltaSessionStatisticsIntegrationTest
> > sessionsExpiredStatisticsShouldBeIncrementedWhenSessionExpires(REPLICATE)
> [0] FAILED
> org.junit.ComparisonFailure: expected:<[1]L> but was:<[0]L>
> at
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
> jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at
> org.apache.geode.modules.session.catalina.internal.DeltaSessionStatisticsIntegrationTest.sessionsExpiredStatisticsShouldBeIncrementedWhenSessionExpires(DeltaSessionStatisticsIntegrationTest.java:92)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)