* Introduce writeboost-test-suite
@ 2016-07-03 13:51 Akira Hayakawa
0 siblings, 0 replies; only message in thread
From: Akira Hayakawa @ 2016-07-03 13:51 UTC (permalink / raw)
To: device-mapper development
Hi,
To test my ssd-caching module dm-writeboost (https://github.com/akiradeveloper/dm-writeboost)
I used to add tests to forked device-mapper-test-suite but I found that it's not easy to maintain
the tests because Ruby doesn't give us compile-time type checking and the code base is bit messy
because of historical reason.
So I started to develop my own test suite from scratch.
writeboost-test-suite is written in Scala. The functionality is similar to device-mapper-test-suite but
more functionalities added. It's easy to write tests safely because of static typing.
https://github.com/akiradeveloper/writeboost-test-suite
I've almost had the work done. Most of the writeboost tests are migrated and fixes the bugs in the
framework core in the course of migration.
Despite the name of the project, it's versatile. Any device-mapper targets can be tested on this framework
and actually some targets (linear, flakey and LUKS) are slightly tested, to use them in writeboost tests.
Theoretically, it's possible to test caching and thin-provisioning targets on this framework. If RH developers
feels the device-mapper-test-suite is hard to maintain and looking for alternative, very welcome.
- Akira
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-03 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-03 13:51 Introduce writeboost-test-suite Akira Hayakawa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).