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

Antithesis Integration: Move Antithesis demo to etcd repo #19739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abdurrehman107
Copy link
Member

This PR moves parts of the demo to the etcd repo. I've also run the tests locally and setup a demo cluster using docker-compose.
cc @serathius

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: abdurrehman107
Once this PR has been reviewed and has the lgtm label, please assign jmhbnz for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -0,0 +1,71 @@
FROM golang
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed, please remove

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to replace this with FROM docker.io/ubuntu:latest as base image correct?

Copy link

codecov bot commented Apr 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.90%. Comparing base (0ad7ea4) to head (da055ae).
Report is 6 commits behind head on main.

Additional details and impacted files

see 147 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19739      +/-   ##
==========================================
+ Coverage   61.96%   68.90%   +6.94%     
==========================================
  Files         406      421      +15     
  Lines       34632    35857    +1225     
==========================================
+ Hits        21461    24709    +3248     
+ Misses      11595     9735    -1860     
+ Partials     1576     1413     -163     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ad7ea4...da055ae. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abdurrehman107 abdurrehman107 force-pushed the abdur-rehman/antithesis-integration branch from b359666 to 5b830dd Compare April 12, 2025 13:50
@abdurrehman107 abdurrehman107 force-pushed the abdur-rehman/antithesis-integration branch from cf3c554 to da055ae Compare April 12, 2025 15:41
@@ -0,0 +1,70 @@
FROM docker.io/ubuntu:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please cleanup and remove things not needed

Attaching to client, etcd0, etcd1, etcd2
client | exec /entrypoint.py: exec format error
etcd2 | etcd 14:02:27.85 INFO ==>
etcd2 | etcd 14:02:27.86 INFO ==> Welcome to the Bitnami etcd container
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use bitnami any more, please test the scripts and provide updated results.

```yaml
services:
etcd0:
image: docker.io/bitnami/etcd:3.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@serathius aside from replacing bitnami, do we want to consider using 3.6.x-rc or a more recent 3.5 version so we are testing against something that's more "recent"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now latest stable is enough. Lets start with 3.5

ALLOW_NONE_AUTHENTICATION: "yes"

etcd1:
image: 'quay.io/coreos/etcd:v3.5.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@henrybear327
Copy link
Contributor

/ok-to-test

@k8s-ci-robot
Copy link

@abdurrehman107: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-verify da055ae link true /test pull-etcd-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

ALLOW_NONE_AUTHENTICATION: "yes"

etcd2:
image: 'docker.io/bitnami/etcd:3.5'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update all images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants