The PostgreSQL container runs in duplicate with spring-boot-test #6398
-
| The PostgreSQL container runs in duplicate. It seems that the container shared by the test code is not used. https://github.com/kdevkr/spring-demo-testcontainers/pull/8 The container by PostgreSQLContainer and the container by designation jdbc:tc:postgresql:14.6 run simultaneously. This results in the parameter option not being applied as intended. Please give me a hint about the wrong part. 😥 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            eddumelendez
          
      
      
        Jan 8, 2023 
      
    
    Replies: 1 comment
-
| I have left a comment on the PR | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        kdevkr
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I have left a comment on the PR