Commit 3baaaa2
committed
test: add integration testing with dynamic Redis container
- Add integration test for Redis store using a testcontainer-managed Redis instance
- Replace hardcoded Redis address with dynamic container address in test configuration
- Ensure Redis container is properly cleaned up after test execution
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>1 parent c696326 commit 3baaaa2
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
169 | 186 | | |
170 | 187 | | |
171 | 188 | | |
172 | | - | |
| 189 | + | |
173 | 190 | | |
174 | 191 | | |
175 | 192 | | |
| |||
0 commit comments