You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on from issue #160, I am now building with gradle 5.6.4, but the build fails the following tests:
org.webcurator.core.visualization.networkmap.NetworkMapUtilTest > testGetNextTitle FAILED
com.sleepycat.je.DiskLimitException at NetworkMapUtilTest.java:43
org.webcurator.core.visualization.networkmap.NetworkMapUtilTest > testClassifyTreeViewByPathName2 FAILED
com.sleepycat.je.DiskLimitException at NetworkMapUtilTest.java:43
org.webcurator.core.visualization.networkmap.NetworkMapUtilTest > testClassifyTreeViewByPathName FAILED
com.sleepycat.je.DiskLimitException at NetworkMapUtilTest.java:43
org.webcurator.core.visualization.networkmap.NetworkMapClientLocalTest > test FAILED
com.sleepycat.je.DiskLimitException
org.webcurator.core.visualization.networkmap.NetworkMapClientLocalTest > testInitialIndex FAILED
com.sleepycat.je.DiskLimitException
org.webcurator.core.visualization.networkmap.IndexProcessorTest > testInitialIndex FAILED
com.sleepycat.je.DiskLimitException at IndexProcessorTest.java:48
org.webcurator.core.visualization.networkmap.BDBNetworkMapTest > testBDB FAILED
com.sleepycat.je.DiskLimitException at BDBNetworkMapTest.java:27
348 tests completed, 7 failed, 29 skipped
> Task :test FAILED
FAILURE: Build failed with an exception.
The specific exception in all these cases is
com.sleepycat.je.DiskLimitException: (JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk limits and write operations are prohibited: maxDiskLimit=0 freeDiskLimit=5,368,709,120 adjustedMaxDiskLimit=0 maxDiskOverage=0 freeDiskShortage=1,511,313,408 diskFreeSpace=3,857,395,712 availableLogSize=-1,511,313,408 totalLogSize=1,427 activeLogSize=1,427 reservedLogSize=0 protectedLogSize=0 protectedLogSizeMap={}
I have about 80GB of free space on my laptop, so pretty sure that's not the issue. I can see this has come up in Heratrix before, with a solution to increase the FREE_DISK variable.
The text was updated successfully, but these errors were encountered:
Following on from issue #160, I am now building with gradle 5.6.4, but the build fails the following tests:
The specific exception in all these cases is
I have about 80GB of free space on my laptop, so pretty sure that's not the issue. I can see this has come up in Heratrix before, with a solution to increase the FREE_DISK variable.
The text was updated successfully, but these errors were encountered: