arcodange
  • Joined on 2025-08-27
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 16:23:53 +02:00
4f01b427b8 🧪 test: update test server config
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 15:59:12 +02:00
4f7700f6ce Merge branch 'feature/jwt-secret-rotation' of ssh://192.168.1.202:2222/arcodange/dance-lessons-coach into feature/jwt-secret-rotation
6dc9e6c0a3 🧪 test: KISS ci update coverage badge logic with line number detection
Compare 2 commits »
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 13:52:45 +02:00
b6072bb10c 🐛 fix: use GODOG_TAGS env var in run-bdd-tests.sh to exclude @todo and @flaky scenarios
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 13:43:55 +02:00
40967f4e3c 🐛 fix: respect DLC_DATABASE_NAME and DLC_DATABASE_SSL_MODE env vars in BDD test server
arcodange commented on pull request arcodange/dance-lessons-coach#12 2026-04-11 13:35:21 +02:00
🧪 test: add JWT secret rotation BDD scenarios and step implementations

🧪 BDD Test Investigation - Port Conflict Issue Identified

Summary

During testing of validate-test-suite.sh, we discovered port conflicts when running multiple feature packages in parallel.

##…

arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 13:34:58 +02:00
70c2eb554e 🧪 test: implement per-scenario state isolation and enhance validate-test-suite.sh
dbadff58e2 🔍 feat(bdd): add state tracer and fix config reload timing
b6da5e15e0 🔍 feat(bdd): add state tracer for debugging test execution and state pollution
Compare 3 commits »
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 08:24:38 +02:00
81dc31850d 🐛 fix: resolve port conflicts and state pollution in test validation
arcodange opened issue arcodange/dance-lessons-coach#14 2026-04-11 08:07:01 +02:00
Enhancement: Complete BDD Scenario Isolation with 2-Layer Approach
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-11 07:57:52 +02:00
25a20d4380 📝 docs: add ADR 0025 documenting BDD scenario isolation strategies
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 23:07:53 +02:00
98596f42d7 feat: add schema-per-scenario isolation with BDD_SCHEMA_ISOLATION env var
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 22:46:06 +02:00
0aedf829de feat: implement schema-per-scenario isolation for BDD tests
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 22:39:29 +02:00
d53abe1d60 🧪 refactor: add optional scenario-level cleanup logging with BDD_ENABLE_CLEANUP_LOGS
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 17:39:10 +02:00
98a3acee36 📝 docs: add GODOG_RANDOM_SEED documentation to BDD_TAGS.md
22e211f842 🐛 fix: use int64 for Randomize field to match godog.Options type
Compare 2 commits »
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 17:35:54 +02:00
3dbd41b731 🎲 feat: make test randomization seed configurable via GODOG_RANDOM_SEED
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 16:53:24 +02:00
908e41ba7d 🐛 fix: use environment variables for database host in BDD tests
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 16:44:55 +02:00
21f21a2fdd 🐛 fix: set correct database host for CI environment
arcodange commented on pull request arcodange/dance-lessons-coach#12 2026-04-10 16:07:10 +02:00
🧪 test: add JWT secret rotation BDD scenarios and step implementations

JWT Secret Rotation Feature - Implementation Complete. All tests passing (4/4 runs). Ready for review and testing!

arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 16:06:31 +02:00
b0e3d35c24 🧪 fix: implement JWT secret cleanup and stabilize BDD test suite
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 15:26:01 +02:00
b09aeadd72 🧪 test: enhance validation script with separate unit/BDD tests and better failure parsing
arcodange pushed to feature/jwt-secret-rotation at arcodange/dance-lessons-coach 2026-04-10 15:15:13 +02:00
94dd10b13a 🧪 test: fix filtering to remove all non-specific test suite lines