exasol/s3-document-files-virtual-schema

Performance test testManySmallJsonFiles fails

kaklakariada opened this issue · 0 comments

Performance test S3DocumentFilesAdapterIT.testManySmallJsonFiles fails with the following error message:

 Error:  Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2756 s <<< FAILURE! -- in com.exasol.adapter.document.files.S3DocumentFilesAdapterIT
Error:  com.exasol.adapter.document.files.S3DocumentFilesAdapterIT.testManySmallJsonFiles(TestInfo) -- Time elapsed: 1622 s <<< FAILURE!
java.lang.AssertionError: 

Expected: ResultSet with <1> rows and <1> columns
     but: ResultSet with <1> rows and <1> columns where content deviates starting row <1>, column <1>: expected was a value equal to <1000000> but  was <999693L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at com.exasol.adapter.document.files.S3DocumentFilesAdapterIT.lambda$testManySmallJsonFiles$1(S3DocumentFilesAdapterIT.java:164)
	at com.exasol.performancetestrecorder.PerformanceTestRecorder.recordExecution(PerformanceTestRecorder.java:71)
	at com.exasol.adapter.document.files.S3DocumentFilesAdapterIT.testManySmallJsonFiles(S3DocumentFilesAdapterIT.java:161)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
java.lang.AssertionError: 
Expected: ResultSet with [1] rows and [1] columns
     but: ResultSet with [1] rows and [1] columns where content deviates starting row [1], column [1]: expected was a value equal to [1000000] but  was [999793L]
 at org.hamcrest.MatcherAssert.assertThat([MatcherAssert.java:20](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at org.hamcrest.MatcherAssert.assertThat([MatcherAssert.java:6](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.adapter.document.files.S3DocumentFilesAdapterIT.lambda$testManySmallJsonFiles$1([S3DocumentFilesAdapterIT.java:162](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))

See also https://github.com/exasol/s3-document-files-virtual-schema/actions/runs/7210829196/job/19649588066