Skip to content

root - chore: pin memcached test-service image - #101

Merged
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz
Jul 8, 2026
Merged

root - chore: pin memcached test-service image#101
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

Pin the floating memcached:latest test-service image to the concrete version it currently resolves to, for reproducible test runs.

Images

  • memcached latest1.6.44

Locations

  • docker-compose.yml:3 — service memcached1
  • docker-compose.yml:11 — service memcached2
  • docker-compose.yml:19 — service memcached3
  • test/sasl/Dockerfile:1 — SASL test image base

Checks

  • docker compose up -d --build rebuilds the SASL image on the pinned base (apt packages resolve)
  • pnpm build + pnpm test:ci pass (612 tests, 100% statement/line coverage) against the pinned images
  • Tag-only pin — no digest introduced (digest pinning is separate defense-in-depth work)

🤖 Generated with Claude Code

https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd


Generated by Claude Code

Pin the floating memcached:latest tag to the concrete version it currently
resolves to, for reproducible test runs.

- memcached: latest -> 1.6.44 (docker-compose.yml x3, test/sasl/Dockerfile)

Tag-only pin (no digest introduced). docker compose up -d --build rebuilds the
SASL image on the pinned base; pnpm build and pnpm test:ci pass (612 tests,
100% statement/line coverage).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Memcached image version from 'latest' to a pinned version '1.6.44' in both the docker-compose.yml file and the test/sasl/Dockerfile to ensure environment predictability. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5bf3270) to head (e3d6b4c).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1399      1399           
  Branches       303       303           
=========================================
  Hits          1399      1399           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit 57db7a0 into main Jul 8, 2026
13 checks passed
@jaredwray
jaredwray deleted the claude/memcache-dependency-management-lua8zz branch July 8, 2026 20:36
@jaredwray jaredwray mentioned this pull request Jul 8, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant