Skip to content

Commit 787aeb6

Browse files
authored
[Storage] Refactor large blobs tests. (Azure#23207)
* azurite based tests. * bit of cleanup. * install azurite. * tweaks. * could you please compile ?? * more memory * try that. * typo. * try that. * try that. * try that. * try that. * try bash again... * try that. * try that. * more connections. * cleanup azurite.
1 parent be8c929 commit 787aeb6

File tree

8 files changed

+131
-248
lines changed

8 files changed

+131
-248
lines changed

sdk/storage/azure-storage-blob/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} -->
240240
<configuration>
241241
<argLine>
242-
-Xmx4096m
242+
-Xmx6g -Xms6g
243243
</argLine>
244244
<systemPropertyVariables>
245245
<junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled>
@@ -312,7 +312,7 @@
312312
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} -->
313313
<configuration>
314314
<argLine>
315-
-Xmx4096m
315+
-Xmx6g -Xms6g
316316
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
317317
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
318318
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED

0 commit comments

Comments
 (0)