#51 - Redis zset 사용하여 조회 성능 개선 #88
Annotations
5 errors and 6 warnings
ChatRedisServiceTest.채팅 저장:
src/test/java/com/palettee/chat/ChatRedisServiceTest.java#L77
java.time.format.DateTimeParseException: Text '2024-12-04T12:50:30.222135663' could not be parsed, unparsed text found at index 26
|
ChatRedisServiceTest.redis에서 조회 && DB에 데이터 X:
src/test/java/com/palettee/chat/ChatRedisServiceTest.java#L101
java.time.format.DateTimeParseException: Text '2024-12-04T12:50:30.270490505' could not be parsed, unparsed text found at index 26
|
ChatRedisServiceTest.redis에 1개 DB에 2개 있을 때:
src/test/java/com/palettee/chat/ChatRedisServiceTest.java#L62
java.time.format.DateTimeParseException: Text '2024-12-04T12:50:30.498536514' could not be parsed, unparsed text found at index 26
|
ChatRedisServiceTest.redis에 1개 DB에 3개 있을 때:
src/test/java/com/palettee/chat/ChatRedisServiceTest.java#L62
java.time.format.DateTimeParseException: Text '2024-12-04T12:50:30.561008801' could not be parsed, unparsed text found at index 26
|
ChatRedisServiceTest.redis 데이터 4개:
src/test/java/com/palettee/chat/ChatRedisServiceTest.java#L266
java.time.format.DateTimeParseException: Text '2024-12-04T12:50:30.605178436' could not be parsed, unparsed text found at index 26
|
채팅 저장 (com.palettee.chat.ChatRedisServiceTest) failed:
com.palettee.chat.ChatRedisServiceTest#L0
build/test-results/test/TEST-com.palettee.chat.ChatRedisServiceTest.xml [took 0s]
|
redis에서 조회 && DB에 데이터 X (com.palettee.chat.ChatRedisServiceTest) failed:
com.palettee.chat.ChatRedisServiceTest#L0
build/test-results/test/TEST-com.palettee.chat.ChatRedisServiceTest.xml [took 0s]
|
redis에 1개 DB에 2개 있을 때 (com.palettee.chat.ChatRedisServiceTest) failed:
com.palettee.chat.ChatRedisServiceTest#L0
build/test-results/test/TEST-com.palettee.chat.ChatRedisServiceTest.xml [took 0s]
|
redis에 1개 DB에 3개 있을 때 (com.palettee.chat.ChatRedisServiceTest) failed:
com.palettee.chat.ChatRedisServiceTest#L0
build/test-results/test/TEST-com.palettee.chat.ChatRedisServiceTest.xml [took 0s]
|
redis 데이터 4개 (com.palettee.chat.ChatRedisServiceTest) failed:
com.palettee.chat.ChatRedisServiceTest#L0
build/test-results/test/TEST-com.palettee.chat.ChatRedisServiceTest.xml [took 0s]
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|