| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
624 (0.066s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test? - Accumulo - [mail # dev]
|
|
...Reading http://antoniogoncalves.org/2012/12/13/lets-turn-integration-tests-with-maven-to-a-first-class-citizen/ and making the recommended changes to pom.xml seems to work well. By simply re...
|
|
|
Author: David Medinets,
2013-03-24, 03:53
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...Thank you. Sometimes I get lost in the microscopic. Now I understand. On Fri, Mar 22, 2013 at 6:48 PM, Dave Marion wrote:...
|
|
|
Author: David Medinets,
2013-03-22, 23:54
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...How does it hurt the project if I spend time on this? Accumulo already compiles on Windows. It's the tests that are failing. How does skipping failing tests help? I suggest that unit tests s...
|
|
|
Author: David Medinets,
2013-03-22, 21:42
|
|
|
Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test? - Accumulo - [mail # dev]
|
|
...Who is in charge of changing the Jenkins configuration? It would be nice to know if the build process executes the integration-test phase. By default, integration-test runs test classes name...
|
|
|
Author: David Medinets,
2013-03-22, 02:42
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...I hate ignoring things. It makes me uneasy. I'm looking at the other tests as well. For example, the AccumuloDFSBase class depends on running /bin/sh to find a umask. No reason that dependen...
|
|
|
Author: David Medinets,
2013-03-22, 02:08
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...Dave, you were very close. Here is the mocking code that I used. Map mockSystemProperties = new HashMap(); mockSystemProperties.put("ACCUMULO_...
|
|
|
Author: David Medinets,
2013-03-22, 01:58
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...The AccumuloVFSClassLoaderTest tests require ACCUMULO_HOME to be defined. It is not defined on my Windows computer. Therefore, the tests failed. I argue that a unit test should be independen...
|
|
|
Author: David Medinets,
2013-03-22, 01:26
|
|
|
Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...Is there any reason why I should not add a dependency in start/pom.xml to powermock-api-mockito? With this library, we can mock the call to System.getenv() which breaks the tests in Accumulo...
|
|
|
Author: David Medinets,
2013-03-21, 20:59
|
|
|
Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test? - Accumulo - [mail # dev]
|
|
...Running org.apache.accumulo.proxy.SimpleTest Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 37.844 sec wrote:...
|
|
|
Author: David Medinets,
2013-03-21, 10:31
|
|
|
Defining ACCUMULO_HOME for Windows Unit Tests - Accumulo - [mail # dev]
|
|
...I used the Project > Custom > Goals in order to define a custom Maven goal: CUSTOM-test  ...
|
|
|
Author: David Medinets,
2013-03-21, 03:31
|
|
|
|