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

fixtures: fix read-only krb5kdc composeBuild failure #8799

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

r1walz
Copy link
Contributor

@r1walz r1walz commented Jul 20, 2023

Description

Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile.

Resolves: #8761

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.monitor.fs.FsHealthServiceTests.testFailsHealthOnHungIOBeyondHealthyTimeout
      1 org.opensearch.cluster.allocation.AwarenessAllocationIT.testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness
      1 org.opensearch.client.ReindexIT.testDeleteByQueryTask

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #8799 (5d0a1a9) into main (27a14c7) will decrease coverage by 0.44%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #8799      +/-   ##
============================================
- Coverage     71.37%   70.93%   -0.44%     
+ Complexity    57516    57197     -319     
============================================
  Files          4771     4771              
  Lines        270243   270243              
  Branches      39500    39500              
============================================
- Hits         192873   191710    -1163     
- Misses        61412    62397     +985     
- Partials      15958    16136     +178     

see 445 files with indirect coverage changes

Running composeBuild task for krb5kdc-fixture throws read-only file
system error while writing hostname to local hosts file. Since,
hostname resolution is already present and pointing to local node,
let's remove writing it again from the Dockerfile.

See: opensearch-project#8761

Signed-off-by: Rohit Ashiwal <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationIT.testReplicationAfterPrimaryRefreshAndFlush
      1 org.opensearch.indices.replication.SegmentReplicationIT.classMethod

@kotwanikunal kotwanikunal merged commit 3adde3a into opensearch-project:main Jul 21, 2023
baba-devv pushed a commit to baba-devv/OpenSearch that referenced this pull request Jul 29, 2023
…ect#8799)

Running composeBuild task for krb5kdc-fixture throws read-only file
system error while writing hostname to local hosts file. Since,
hostname resolution is already present and pointing to local node,
let's remove writing it again from the Dockerfile.

See: opensearch-project#8761

Signed-off-by: Rohit Ashiwal <[email protected]>
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
…ect#8799)

Running composeBuild task for krb5kdc-fixture throws read-only file
system error while writing hostname to local hosts file. Since,
hostname resolution is already present and pointing to local node,
let's remove writing it again from the Dockerfile.

See: opensearch-project#8761

Signed-off-by: Rohit Ashiwal <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
…ect#8799)

Running composeBuild task for krb5kdc-fixture throws read-only file
system error while writing hostname to local hosts file. Since,
hostname resolution is already present and pointing to local node,
let's remove writing it again from the Dockerfile.

See: opensearch-project#8761

Signed-off-by: Rohit Ashiwal <[email protected]>
Signed-off-by: Ivan Brusic <[email protected]>
@r1walz r1walz deleted the fixtures-fix branch October 2, 2023 22:10
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…ect#8799)

Running composeBuild task for krb5kdc-fixture throws read-only file
system error while writing hostname to local hosts file. Since,
hostname resolution is already present and pointing to local node,
let's remove writing it again from the Dockerfile.

See: opensearch-project#8761

Signed-off-by: Rohit Ashiwal <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
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.

[Fixtures] ./gradlew :test:fixtures:krb5kdc-fixture:composeBuild failure
3 participants