You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/07 15:24:50 UTC

[jira] [Commented] (ACCUMULO-2042) Scalability test does not run

    [ https://issues.apache.org/jira/browse/ACCUMULO-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864256#comment-13864256 ] 

ASF subversion and git services commented on ACCUMULO-2042:
-----------------------------------------------------------

Commit a3d77e4ff2a12f161f1343490f42aa91d5b109d3 in branch refs/heads/1.4.5-SNAPSHOT from [~bhavanki]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=a3d77e4 ]

ACCUMULO-2042 Get scalability test running

Two problems prevented scalability tests from being run properly.
1. The Run class was looking for test classes under the "accumulo"
   package instead of "org.apache.accumulo".
2. A results subdirectory on the local filesystem was not being
   created, and so result data from HDFS could not be copied out.

This commit also updates the scalability test README with more
detail.


> Scalability test does not run
> -----------------------------
>
>                 Key: ACCUMULO-2042
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2042
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.4.4, 1.5.0, 1.6.0, 1.7.0
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>         Attachments: ACCUMULO-2042.patch
>
>
> Attempting to run the scalability test:
> {noformat}
> cd test/system/scalability && ./run.py Ingest
> {noformat}
> fails to locate the test class:
> java.lang.ClassNotFoundException: accumulo.server.test.scalability.Ingest
> This is because the {{Class.forName()}} call in the main {{Run}} class uses an incorrect package. (This is a Java problem, not a Python problem, so it persists even in master.)
> I would not assume that, once this minor issue is fixed, that the scalability test will then run without trouble, so consider using this ticket to cover all work needed to get scalability tests going.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)