libreoffice-online/loolwsd/test
Ashod Nakashian 5d9140c3bb loolwsd: simplify checkBlackTiles test
Black tiles are returned when rendering fails.
This happened due to bccu#1610 where internally
core collected cell info on the first 1024 rows
only. Anything beyond that always failed.

This limitation is now removed using dynamic
array to collect the cell info.

Regardless, the test here needs only check that
the last tile (really, anything beyond the 1024th row)
doesn't return a black tile.

This single tile still takes over 10 seconds to render,
which is the other issue that Core suffers from when
collecting cell info on a huge tab.

Change-Id: I7a1a5b7c2b2ed2cc4399160e096be5e57895af77
Reviewed-on: https://gerrit.libreoffice.org/25333
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2016-05-23 01:39:20 +00:00
..
data loolwsd: test: add checkBlackTiles 2016-05-22 19:53:24 -04:00
.gitignore loolwsd: no need to sleep before running tests 2016-04-30 14:37:36 +00:00
countloolkits.hpp loolwsd: shorter lokit process counting interval and log count 2016-05-15 14:34:46 +00:00
helpers.hpp loolwsd: simplify checkBlackTiles test 2016-05-23 01:39:20 +00:00
httpcrashtest.cpp loolwsd: don't reset the expected loolkit count in crash test 2016-05-15 14:32:06 +00:00
httpwstest.cpp loolwsd: test: move getDocSize to helpers 2016-05-22 18:52:36 -04:00
integration-http-server.cpp loolwsd: improved loolkit process count tests 2016-05-14 13:28:16 +00:00
Makefile.am loolwsd: new check_valgrind target to run tests under valgrind 2016-05-13 12:56:27 +00:00
run_unit.sh.in loolwsd: new check_valgrind target to run tests under valgrind 2016-05-13 12:56:27 +00:00
test.cpp loolwsd: test: add testParams 2016-04-24 21:00:44 -04:00
TileCacheTests.cpp loolwsd: simplify checkBlackTiles test 2016-05-23 01:39:20 +00:00
UnitAdmin.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitFonts.cpp loolwsd: cout -> cerr 2016-05-21 15:53:11 +00:00
UnitPrefork.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitStorage.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitTileCache.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitTimeout.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
WhiteBoxTests.cpp loolwsd: verify the number lokit instance before and after each test 2016-05-09 05:24:25 +00:00