Skip to content

refactor: 마이그레이션 변경 롤백

628b2e1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

refactor: 코딩 컨벤션 관련 리팩터링 #712

refactor: 마이그레이션 변경 롤백
628b2e1
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed May 5, 2026 in 0s

487 tests run, 484 passed, 2 skipped, 1 failed.

Annotations

Check failure on line 157 in src/test/java/com/example/solidconnection/concurrency/PostViewCountConcurrencyTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PostViewCountConcurrencyTest.게시글을_조회할_때_조회수_조작_문제를_해결한다()

org.opentest4j.AssertionFailedError: expected: <2> but was: <null>
Raw output
org.opentest4j.AssertionFailedError: expected: <2> but was: <null>
	at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:639)
	at app//com.example.solidconnection.concurrency.PostViewCountConcurrencyTest.게시글을_조회할_때_조회수_조작_문제를_해결한다(PostViewCountConcurrencyTest.java:157)
	at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)