|
Hi Sonar devs I'd like to call for a vote on the first release of the Sonar Thucydides Plugin, which adds a new widget for Thycudides Web Testing tool with 8 basic metrics. Plugin is compatible with Sonar 2.8 or later and more information you can find in (1) as well as instructions for testing the plugin.
You can download the snapshot using the link at (2). Vote will be, as usual, open for 72 hours. I am really excited about that plugin and I'm looking forward for your feedback Regards
Patroklos Papapetrou |
|
Hi guys
Anyone on this? Should I vote for my self? ;)
Should I close the vote? There is no lazy consensus for the first release so I need three +1s ... It seems like a mountain to climb!!! :) Patroklos
2012/5/30 Papapetrou P.Patroklos <[hidden email]>
|
|
Hi Patroklos,
To be honest, I've never used and even never heard of Thucydides before. I gave a try at your sample project. It works fine as I get results displayed in the Thucydides widget.
So based on this sample project, you get my +1. Regards,
David RACODON | SonarSource
Senior Consultant On 2 June 2012 13:38, Papapetrou P.Patroklos <[hidden email]> wrote: Hi guys |
|
Thanks a lot David
Thucydides is a project developed the last 4-6 months by John Smart... and it aims to easily write acceptance tests just like Unit tests :) I really love it! You should give it a try!!
I suppose I have to advertise it more : ) Patroklos
2012/6/3 David Racodon <[hidden email]> Hi Patroklos, |
|
Hi,
Indeed it seems to be a valuable project. I never used it but it reminds me Greenpepper. Tests with your sample project work fine, so +1. Here are some feedbacks based on my code review :
Regards Simon
|
|
Thanks a lot Simon!
Some comments inline
2012/6/4 Simon Brandhof <[hidden email]> Hi, |
Simply move it outside src/main
Not sure you will get new friends if you say that only Java can master webapps :D Checking the existence of the XML report should be enough. |
|
I was silly enough to try this on a random project w/out the proper tests (any tests) first. Got an analysis error:
Embedded error: Measure value can not be NaN You should probably have politely ignored me to "move along" instead. :-) Once I tried the sample project (Wow! I haven't seen ascii art in ages!) it worked well enough. I only got 50% Thucydides success, but you planned that, right? +1
On Mon, Jun 4, 2012 at 8:32 AM, Simon Brandhof <[hidden email]> wrote:
-- G. Ann Campbell Sr. Systems Engineer, IS Production Systems - Shop Floor Systems Shaw Industries Inc, 201 S. Hamilton St. Dalton Ga 30720
****************************** Privileged and/or confidential information may be contained in this message. If you are not the addressee indicated in this message (or are not responsible for delivery of this message to that person) , you may not copy or deliver this message to anyone. In such case, you should destroy this message and notify the sender by reply e-mail. If you or your employer do not consent to Internet e-mail for messages of this kind, please advise the sender. Shaw Industries does not provide or endorse any opinions, conclusions or other information in this message that do not relate to the official business of the company or its subsidiaries. ****************************** |
|
Hi Guys, I am getting the following error while connecting to remote sonar 3.0.
Database is Postgres 9.1 (with remote connections ON).
Command executed is “mvn sonar:sonar”. However when I try to download this file from IE …this is working fine. [INFO] [11:50:55.046] Create JDBC datasource [INFO] [11:50:55.795] Initializing Hibernate [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Fail to download the file: http://10.76.185.78:9000/deploy/plugins/findbugs/sonar-findbugs-pl ugin-3.0.jar (no proxy) Read timed out [INFO] ------------------------------------------------------------------------ [INFO] Trace org.sonar.api.utils.SonarException: Fail to download the file: http://10.76.185.78:9000/deploy/plugi ns/findbugs/sonar-findbugs-plugin-3.0.jar (no proxy) at org.sonar.api.utils.HttpDownloader.download(HttpDownloader.java:130) at org.sonar.batch.bootstrap.ArtifactDownloader.downloadPlugin(ArtifactDownloader.java:76) at org.sonar.batch.bootstrap.BatchPluginRepository.doStart(BatchPluginRepository.java:75) at org.sonar.batch.bootstrap.BatchPluginRepository.start(BatchPluginRepository.java:67) … My maven settings.xml configs –
<profile> <id>env</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <!-- Maven --> <maven.repo.home>C:\repository</maven.repo.home> <sonar.jdbc.url>
jdbc:postgresql://10.76.185.78/sonar </sonar.jdbc.url> <sonar.jdbc.driver>org.postgresql.Driver</sonar.jdbc.driver> <sonar.jdbc.username>sonar</sonar.jdbc.username> <sonar.jdbc.password>sonar</sonar.jdbc.password> <!-- SERVER ON A REMOTE HOST -->
<sonar.host.url>http://10.76.185.78:9000</sonar.host.url> </properties> </profile> Any idea what exactly I am missing here. Thanks and Regards, Anshuma Goyal Infosys Limited.
|
|
In reply to this post by Ann Campbell
Thanks a lot Ann for the Vote and testing!
Actually the plugin doesn't check for tests. It only looks for the xml files produced by Thucydides itself :).
Could you send me the first project you tried to analyze? And which steps you followed? Just to be sure that I haven't missed anything.
Sample project has intentionally failures and ignored tests to see in action all metrics. :) And yes... ascii art is really amazing during thucydides maven plugin execution!!
Thanks again! Patroklos
2012/6/6 Ann Campbell <[hidden email]> I was silly enough to try this on a random project w/out the proper tests (any tests) first. Got an analysis error: |
|
Hi to all,
The vote has passed with the following result: +1 : David Racodon, Simon Brandhof and Ann Campbell I will continue with the release as soon as I make some modifications based on Simon's feedback. Thanks a lot to all voters who spent some time on testing the plugin! Patroklos
|
| Powered by Nabble | Edit this page |
