fix: remove 5 broken challenges, fix probes-drift#18
Merged
Conversation
DELETED (non-functional): - tls-ingress: No TLS validation, no ingress controller - cert-mismatch: No TLS validation, passes without action - traffic-jam: Missing ingress-nginx controller dependency - healthy-app: Cannot validate probe configuration was added - volume-conflict: StatefulSet creates separate PVCs, no conflict possible FIXED: - probes-drift: Changed liveness probe to /health/ready (fails during startup) causing actual crash loop as described. User must fix probe path. Remaining challenges: 16 (was 21) Average score improvement: 12.7 -> 16.1/20 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
✅ Challenge Validation PassedValidated challenges: 1
All challenge files are valid and ready for review! 🎉 |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cleanup of non-functional challenges identified during comprehensive review.
Deleted Challenges (5)
Fixed Challenges (1)
probes-drift: Changed liveness probe path from
/health/liveto/health/ready/health/livereturns 200 immediately → no crash loop/health/readyreturns 200 after 15s → actual crash loop during startupImpact
Test plan
🤖 Generated with Claude Code