Skip to content

Commit

Permalink
Re-enabled to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 15, 2024
1 parent 994b956 commit e63c961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ci/log_analyze_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LOG_PROPERTY_FILE=$(cd "$(dirname "${BASH_SOURCE[0]}")/.."; pwd)/src/test/resour
export CLIENT_DRIVER_NAME=JDBC

function setup_log_env() {
if [ "$WORKSPACE" == "/mnt/workspace" ]; then
if [[ "$WORKSPACE" == "/mnt/workspace" ]]; then
CLIENT_LOG_DIR_PATH=$LOCAL_CLIENT_LOG_DIR_PATH_DOCKER
CLIENT_LOG_FILE_PATH=$CLIENT_LOG_FILE_PATH_DOCKER
CLIENT_KNOWN_SSM_FILE_PATH=$CLIENT_KNOWN_SSM_FILE_PATH_DOCKER
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/net/snowflake/client/log/JDK14LoggerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
import java.io.IOException;
import java.nio.file.Paths;
import java.util.logging.Level;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class JDK14LoggerTest {

@Test
@Disabled
public void testLegacyLoggerInit() throws IOException {
System.setProperty("snowflake.jdbc.log.size", "100000");
System.setProperty("snowflake.jdbc.log.count", "3");
Expand Down

0 comments on commit e63c961

Please sign in to comment.