kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-33] Need (automated) test for FS readers/writers #1390

Closed rju closed 11 hours ago

rju commented 3 days ago

JIRA Issue: KIEKER-33 Need (automated) test for FS readers/writers Original Reporter: Andre van Hoorn


Tests need to be refined

rju commented 2 days ago

author André van Hoorn -- Tue, 27 Mar 2012 20:19:50 +0200

In decea34832f4a13f86368a98617242dc2dbf5cb6:

Targeting towards a more or less generic and extendable infrastructure for writer/reader tests ( KIEKER-486 Done ), I started to write some basic (extendable) tests for the filesystem writer (AsyncFS, SyncFS, AsyncBinaryFS) in [kieker.test.tools.junit.writeRead.filesystem|/browser/kieker-git/test/tools/kieker/test/tools/junit/writeRead/filesystem].

These FS tests should be refined further to cover the FS writer's and reader's features and characteristics (writers: records per file, flushing, file naming etc.; readers: e.g., merging of multiple logs).

It includes the class AbstractWriterReaderTest which is currently FS-specific. However, the goal should be to abstract this as far as possible to provide an extension point for basic writer/reader tests of any kind.

rju commented 2 days ago

author André van Hoorn -- Mon, 3 Sep 2012 15:19:47 +0200

The FS reader/writers tests are pretty comprehensive, already.