-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `path' for 12 tests, 0 assertions, 0 failures, 0 errors:Test::Unit::TestResult #42
Comments
Hi Akira, How do you know there is a writeboost testsuite? By looking at the directories in lib/dmtest/tests? writeboost is not listed in README.md. How to get a list of available testsuites? |
Each suite has a file in dmtest/lib/suites/ On Mon, 11 May 2015 at 09:13 Simon Xu notifications@github.com wrote:
|
I think this problem is reproducible with other suite, isn't it?
I don't know why it fails after running 12 tests.
|
I will send you PR that includes adding writeboost to README. |
I'm happy to have anything you want in dmtest. On Mon, 11 May 2015 at 09:36 Akira Hayakawa notifications@github.com
|
I also hit this issue when I run 'dmtest run --suite wirteboost': ... test: (groupid=0, jobs=1): err= 0: pid=2516: Mon May 11 16:23:34 2015 Run status group 0 (all jobs): |
A linux git repo needs to be available at /root/linux-github. This should also be documented. |
Other dependencies that should be documented: fio |
Simon, Btw, I am not sure what commit of driver you are using but, I have just release v1.0.0 yesterday and the driver code works well with develop@akiradeveloper/device-mapper-test-suite I will send Joe PR with the lastest test code which contains some fixes Joe, On 2015/05/11 17:39, Simon Xu wrote:
|
I'll remove it in a bit. First I want to look at doing the fix ups I On Mon, 11 May 2015 at 09:53 Akira Hayakawa notifications@github.com
|
As for registering dependencies on tools, repo trees etc. I'd like to be On Mon, 11 May 2015 at 10:23 Joe Thornber joe.thornber@gmail.com wrote:
|
Good news to me. But, I decided not to fix the issues you suggested as the condition As a short summary. For v1.0.0
If you think of streaming write caching, On 2015/05/11 18:24, Joe Thornber wrote:
|
ok, let me experiment a bit, then we can have a discussion when I'm more On Mon, 11 May 2015 at 10:46 Akira Hayakawa notifications@github.com
|
OK. sync_writes test doesn't work now with the lastest fio and I am looking forward to our discussion. On 2015/05/11 18:54, Joe Thornber wrote:
|
When I run
dmtest run --suite writeboost -t /Type0/
dmtest emits the following message at last.I suspect this is because some code of terminating suite calls
path
method on a object whose string representation is "12 tests ...". Do you have the same problem in your environment?By the way, I don't know whether this relates to the issue above, the command I run doesn't run all tests but only 12 tests are run.
The text was updated successfully, but these errors were encountered: