examples functional test is using the wrong class name
------------------------------------------------------

                 Key: ACCUMULO-521
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-521
             Project: Accumulo
          Issue Type: Bug
          Components: test
    Affects Versions: 1.4.0
            Reporter: Eric Newton
            Assignee: Eric Newton
            Priority: Minor
             Fix For: 1.4.1


Reported by Keys Botzum:

simple.examples.Examples was failing with a class loader issue. By examining 
simple/examples.py I was able to determine that the package names were not 
correct when referring to certain subtests, such as RandomBatchScanner. 
Specifically it referred 
to org.apache.accumulo.examples.client.RandomBatchScanner rather than the 
appropriate org.apache.accumulo.examples.*simple*.client.RandomBatchScanner. 
The same is true for RandomBatchWriter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to