-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: close Scenarios after use to reduce memory pressure (#17523)
* test: close ActivityScenario after use fixes OutOfMemoryError: Java heap space Follow up from 1113858 ``` CreateDeckDialogTest > searchDecksIconVisibilityDeckCreationTest FAILED java.lang.OutOfMemoryError: Java heap space at org.robolectric.res.android.CppAssetManager2$Theme.SetTo(CppAssetManager2.java:1700) at org.robolectric.shadows.ShadowArscAssetManager10.nativeThemeCopy(ShadowArscAssetManager10.java:1657) ... ``` Cause: https://redirect.github.com/ankidroid/Anki-Android/pull/17495 * test: close FragmentScenario after use fixes OutOfMemoryError: Java heap space Follow up from 1113858 ``` CreateDeckDialogTest > searchDecksIconVisibilityDeckCreationTest FAILED java.lang.OutOfMemoryError: Java heap space at org.robolectric.res.android.CppAssetManager2$Theme.SetTo(CppAssetManager2.java:1700) at org.robolectric.shadows.ShadowArscAssetManager10.nativeThemeCopy(ShadowArscAssetManager10.java:1657) ... ``` Cause: https://redirect.github.com/ankidroid/Anki-Android/pull/17495
- Loading branch information
1 parent
4f4cd00
commit 97e7386
Showing
5 changed files
with
59 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters