Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Fix GH runners memory issue by increasing swapfile #9628

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 81c7b97 from #9596.

Signed-off-by: Sayali Gaikawad <[email protected]>
(cherry picked from commit 81c7b97)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 0c316bf

Incompatible components

Incompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git]

@tlfeng
Copy link
Collaborator

tlfeng commented Aug 30, 2023

Test failure in 23774:
It's tracked in issue #5030

> Task :client:rest-high-level:asyncIntegTest

REPRODUCE WITH: ./gradlew ':client:rest-high-level:asyncIntegTest' --tests "org.opensearch.client.PitIT.testDeleteAllAndListAllPits" -Dtests.seed=8A0B635DC71C7506 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-PH -Dtests.timezone=America/Argentina/San_Luis -Druntime.java=17

org.opensearch.client.PitIT > testDeleteAllAndListAllPits FAILED
    com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=653, name=I/O dispatcher 577, state=RUNNABLE, group=TGRP-PitIT]
        at __randomizedtesting.SeedInfo.seed([8A0B635DC71C7506:C2EF78C945E843A3]:0)

        Caused by:
        java.lang.AssertionError
            at __randomizedtesting.SeedInfo.seed([8A0B635DC71C7506]:0)
            at org.junit.Assert.fail(Assert.java:87)
            at org.junit.Assert.assertTrue(Assert.java:42)
            at org.junit.Assert.assertTrue(Assert.java:53)
            at org.opensearch.client.PitIT$2.onResponse(PitIT.java:118)
            at org.opensearch.client.PitIT$2.onResponse(PitIT.java:114)

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.snapshots.DedicatedClusterSnapshotRestoreIT.testIndexDeletionDuringSnapshotCreationInQueue

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #9628 (0c316bf) into 2.x (f81e990) will decrease coverage by 0.23%.
Report is 1 commits behind head on 2.x.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                2.x    #9628      +/-   ##
============================================
- Coverage     70.93%   70.71%   -0.23%     
+ Complexity    57747    57638     -109     
============================================
  Files          4769     4769              
  Lines        272600   272600              
  Branches      40132    40132              
============================================
- Hits         193370   192760     -610     
- Misses        62680    63367     +687     
+ Partials      16550    16473      -77     

see 472 files with indirect coverage changes

@tlfeng tlfeng merged commit 945c4b5 into 2.x Aug 30, 2023
14 of 39 checks passed
@github-actions github-actions bot deleted the backport/backport-9596-to-2.x branch August 30, 2023 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants