Skip to content

Commit

Permalink
fix: attempt 10 to debug/stabilize the ant integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 13, 2024
1 parent 33cd451 commit 9b6e14d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ odc.analysis.timeout=180
# define which settings are masked when logged
odc.settings.mask=.*password.*,.*token.*,.*api.key.*

data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;RETENTION_TIME=1000;MAX_COMPACT_TIME=10000;AUTO_COMPACT_FILL_RATE=0;
data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;RETENTION_TIME=1000;MAX_COMPACT_TIME=10000;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck

# user name and password for the database connection. The inherent case is to use H2.
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ odc.analysis.timeout=20
# define which settings are masked when logged
odc.settings.mask=.*password.*,.*token.*,.*api.key.*

data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;AUTO_COMPACT_FILL_RATE=0;
data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck

# user name and password for the database connection. The inherent case is to use H2.
Expand Down
Binary file modified src/test/resources/data.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion utils/src/test/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ odc.analysis.timeout=20
# define which settings are masked when logged
odc.settings.mask=.*password.*,.*token.*,.*api.key.*

data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;AUTO_COMPACT_FILL_RATE=0;
data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck

# user name and password for the database connection. The inherent case is to use H2.
Expand Down

0 comments on commit 9b6e14d

Please sign in to comment.