Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-04 | crashdump_helper: Compile for r12 instead of r11 | Björn Gustavsson | |
The r11 option is no longer supported by the compiler (silently ignored). | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-04 | Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test | Siri Hansen | |
2011-02-28 | Fix file descriptor leak in crashdump_viewer:chunk_page | Siri Hansen | |
Also, remove compiler warnings for crashdump_viewer_SUITE and fix Makefile in test directory so Emakefile does not grow. | |||
2011-02-28 | Fix slow parsing of crashdumps | Siri Hansen | |
This is a first attempt at fixing the problem described in seq11783 - crashdump_viewer is very slow at parsing big crashdumps. To open the first page for a dump of 17M takes about 2 minutes and a dump of 280M takes 1.5-2 hours. The main problmem is that the cdv_dump_index_table, which holds all tags read from the dump, is a bag. Profiling shows that ~95% of the time is spent in ets:insert. The table is now changed to an ordered_set. A second problem occured when a page with many table rows was opened. These pages were sent to inet in one chunk, causing both crashdump_viewer_server and the inets (mod_esi) process to grow very much in memory usage. To overcome this, the pages are now sent to inets in chunks of 1000 rows, and the data is coverted to binaries to avoid data copying between the two processes. Also, some new information in the crashdump was not recognized by the crashdump_viewer. This has been fixed. | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for observer | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update observer tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-03-23 | OTP-8533 Update observer test suite for R14 | Björn Gustavsson | |