You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Philippe Mouawad <ph...@gmail.com> on 2013/03/03 09:47:19 UTC

Mongo DB Plugin

Hello,
I have commited MongoDB plugin:

   - https://issues.apache.org/bugzilla/show_bug.cgi?id=54584


Still some work:

   - French translation
   - Documentation & Screenshots
   - Deeper Code review


-- 
Regards.
Philippe M.

Follow me on Twitter <https://twitter.com/philmdot>



-- 
Cordialement.
Philippe Mouawad.

Re: Mongo DB Plugin

Posted by Philippe Mouawad <ph...@gmail.com>.
On Sun, Mar 3, 2013 at 12:04 PM, Milamber <mi...@gmail.com> wrote:

>
>
> Le 03/03/2013 08:47, Philippe Mouawad a ecrit :
>
>> Hello,
>> I have commited MongoDB plugin:
>>
>>     - https://issues.apache.org/**bugzilla/show_bug.cgi?id=54584<https://issues.apache.org/bugzilla/show_bug.cgi?id=54584>
>>
>
> Great!
>
>
>>
>> Still some work:
>>
>>     - French translation
>>
>
> I can make this point, if you want.
>
> I translated one, feel free to continue thank you.

>      - Documentation&  Screenshots
>>     - Deeper Code review
>>
>
> Ant's task test doesn't work :
>

Thanks I missed a commit in bin folder.

>      [java] There were 2 failures:
>      [java] 1) runTestElement(org.apache.**jmeter.junit.JMeterTest)junit.*
> *framework.**AssertionFailedError: SaveService nameMap
> (saveservice.properties) should contain org.apache.jmeter.protocol.**
> mongodb.config.**MongoSourceElement
>      [java]     at org.apache.jmeter.junit.**JMeterTest.checkElementAlias(
> **JMeterTest.java:553)
>      [java]     at org.apache.jmeter.junit.**JMeterTest.runTestElement(**
> JMeterTest.java:540)
>      [java]     at sun.reflect.**GeneratedMethodAccessor39.**invoke(Unknown
> Source)
>      [java]     at sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**
> DelegatingMethodAccessorImpl.**java:25)
>      [java]     at org.apache.jorphan.test.**AllTests.main(AllTests.java:*
> *236)
>      [java] 2) runTestElement(org.apache.**jmeter.junit.JMeterTest)junit.*
> *framework.**AssertionFailedError: SaveService nameMap
> (saveservice.properties) should contain org.apache.jmeter.protocol.**
> mongodb.sampler.**MongoScriptSampler
>      [java]     at org.apache.jmeter.junit.**JMeterTest.checkElementAlias(
> **JMeterTest.java:553)
>      [java]     at org.apache.jmeter.junit.**JMeterTest.runTestElement(**
> JMeterTest.java:540)
>      [java]     at sun.reflect.**GeneratedMethodAccessor39.**invoke(Unknown
> Source)
>      [java]     at sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**
> DelegatingMethodAccessorImpl.**java:25)
>      [java]     at org.apache.jorphan.test.**AllTests.main(AllTests.java:*
> *236)
>      [java]
>
>
> I fixed it.
>
> Many thanks for fixing these issues.


> Milamber
>
>>
>>
>


-- 
Cordialement.
Philippe Mouawad.

Re: Mongo DB Plugin

Posted by Milamber <mi...@gmail.com>.

Le 03/03/2013 08:47, Philippe Mouawad a ecrit :
> Hello,
> I have commited MongoDB plugin:
>
>     - https://issues.apache.org/bugzilla/show_bug.cgi?id=54584

Great!

>
>
> Still some work:
>
>     - French translation

I can make this point, if you want.

>     - Documentation&  Screenshots
>     - Deeper Code review

Ant's task test doesn't work :

      [java] There were 2 failures:
      [java] 1) 
runTestElement(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: 
SaveService nameMap (saveservice.properties) should contain 
org.apache.jmeter.protocol.mongodb.config.MongoSourceElement
      [java]     at 
org.apache.jmeter.junit.JMeterTest.checkElementAlias(JMeterTest.java:553)
      [java]     at 
org.apache.jmeter.junit.JMeterTest.runTestElement(JMeterTest.java:540)
      [java]     at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown 
Source)
      [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [java]     at org.apache.jorphan.test.AllTests.main(AllTests.java:236)
      [java] 2) 
runTestElement(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: 
SaveService nameMap (saveservice.properties) should contain 
org.apache.jmeter.protocol.mongodb.sampler.MongoScriptSampler
      [java]     at 
org.apache.jmeter.junit.JMeterTest.checkElementAlias(JMeterTest.java:553)
      [java]     at 
org.apache.jmeter.junit.JMeterTest.runTestElement(JMeterTest.java:540)
      [java]     at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown 
Source)
      [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [java]     at org.apache.jorphan.test.AllTests.main(AllTests.java:236)
      [java]


I fixed it.

Milamber
>