Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase gradle memory in integration tests #5654

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

dimas-b
Copy link
Member

@dimas-b dimas-b commented Dec 7, 2022

To fix OOM errors like this:

 > Task :iceberg:iceberg-spark:iceberg-spark-3.3_2.12:compileTestJava FAILED
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
compiler message file broken: key=compiler.misc.msg.bug arguments=11.0.17, {1}, {2}, {3}, {4}, {5}, {6}, {7}
java.lang.OutOfMemoryError: Java heap space

from #5647 (comment)

@dimas-b dimas-b added the pr-integrations NesQuEIT (Iceberg, Spark, Flink, Presto) label Dec 7, 2022
@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Base: 79.34% // Head: 79.34% // No change to project coverage 👍

Coverage data is based on head (c648898) compared to base (da8c050).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5654   +/-   ##
=========================================
  Coverage     79.34%   79.34%           
  Complexity     3717     3717           
=========================================
  Files           535      535           
  Lines         16479    16479           
  Branches       1613     1613           
=========================================
  Hits          13075    13075           
  Misses         2783     2783           
  Partials        621      621           
Flag Coverage Δ
java 78.80% <ø> (ø)
javascript 82.91% <ø> (ø)
python 83.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dimas-b dimas-b changed the title WIP: testing integration test run Increase grandle memory in integration tests Dec 8, 2022
@dimas-b dimas-b requested review from snazy and XN137 December 8, 2022 02:08
@dimas-b dimas-b marked this pull request as ready for review December 8, 2022 02:08
@dimas-b dimas-b changed the title Increase grandle memory in integration tests Increase gradle memory in integration tests Dec 8, 2022
@dimas-b dimas-b merged commit d0b8bbd into projectnessie:main Dec 8, 2022
@dimas-b dimas-b deleted the debug-integration-tests branch December 8, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-integrations NesQuEIT (Iceberg, Spark, Flink, Presto)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants