Build #1

Build: #1 failed

Job: Clover and Tests failed

Stages & jobs

  1. Default Stage

Export s v g: Test case result

The below summarizes the result of the test "Export s v g" in build 1 of Jalview Builds - Gradle Develop Build - test-JAL-4603_test_for_JAL-4603_in_progress - Clover and Tests. View test case history
Description
Export s v g
Test class
Gradle suite > Gradle test > jalview.gui.ImageExporterTest
Method
testExportSVG
Duration
26 secs
Status
Failed (New Failure)

Error Log

Classname: java.lang.AssertionError
Message: Exported file size (0) is not as big as it should be (>122880000) expected [true] but found [false]
Stacktrace:
java.lang.AssertionError: Exported file size (0) is not as big as it should be (>122880000) expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertTrue(Assert.java:42)
	at jalview.gui.ImageExporterTest.__CLR4_4_1ogm5ln3tu1(ImageExporterTest.java:193)
	at jalview.gui.ImageExporterTest.testExportSVG(ImageExporterTest.java:87)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:46)
	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:37)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)