Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test with SQ 7.5 #1635

Merged
merged 3 commits into from Dec 21, 2018
Merged

test with SQ 7.5 #1635

merged 3 commits into from Dec 21, 2018

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Dec 19, 2018

This change is Reviewable

@guwirth guwirth added this to the 1.2.1 milestone Dec 19, 2018
@guwirth guwirth self-assigned this Dec 19, 2018
@guwirth
Copy link
Collaborator Author

guwirth commented Dec 19, 2018

Feature: Smoketest
  Scenario: Smoketest 
    Given the project "smoketest_project"
    
Assertion Failed: 
      	duplicated_lines_density is actually 45.7 [expected: 55.6]

https://travis-ci.org/SonarOpenCommunity/sonar-cxx/builds/470208227?utm_source=github_status&utm_medium=notification
https://travis-ci.org/SonarOpenCommunity/sonar-cxx/jobs/470208234

@ivangalkin
Copy link
Contributor

@guwirth duplication density (as well as other standard density-like metrics) are calculated automatically by means of calculation engine (CE):

https://github.com/SonarSource/sonarqube/blob/master/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/duplication/DuplicationMeasures.java

There seems to be a couple of bugfixes in the recent time:

SonarSource/sonarqube@25ecd99
SonarSource/sonarqube@7f59b2e

Maybe they caused the deviation?

@guwirth guwirth merged commit fbb442e into SonarOpenCommunity:master Dec 21, 2018
@guwirth guwirth mentioned this pull request Dec 21, 2018
@guwirth guwirth deleted the test-sq7.5 branch December 27, 2018 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants