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

[Core] Mark pending steps as failed in teamcity plugin #2264

Merged

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Mar 14, 2021

The teamcity plugin communicates test results to IntelliJ IDEA using teamcity
service messages[1]. Currently the teamcity plugin marks pending steps as
skipped rather then failed. This is inconsistent with the changes from #1960
in which pending steps are considered a test failure.

1: https://www.jetbrains.com/help/teamcity/service-messages.html

@mpkorstanje mpkorstanje force-pushed the team-city-plugin-should-mark-pending-steps-as-failed branch from d81097e to 89cb162 Compare March 14, 2021 14:15
@mpkorstanje mpkorstanje changed the title [Core] Marking pending steps as failed in teamcity plugin [Core] Mark pending steps as failed in teamcity plugin Mar 14, 2021
@mpkorstanje mpkorstanje force-pushed the team-city-plugin-should-mark-pending-steps-as-failed branch from 89cb162 to c1aa4ad Compare March 14, 2021 14:16
@mpkorstanje mpkorstanje added this to the v6.x.x milestone Mar 14, 2021
@codecov
Copy link

codecov bot commented Mar 14, 2021

Codecov Report

Merging #2264 (4dc004d) into main (f4ed004) will increase coverage by 0.08%.
The diff coverage is 63.63%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2264      +/-   ##
============================================
+ Coverage     83.10%   83.19%   +0.08%     
- Complexity     2352     2354       +2     
============================================
  Files           307      307              
  Lines          8370     8373       +3     
  Branches        770      770              
============================================
+ Hits           6956     6966      +10     
+ Misses         1110     1103       -7     
  Partials        304      304              
Impacted Files Coverage Δ Complexity Δ
...n/java/io/cucumber/core/plugin/TeamCityPlugin.java 86.97% <63.63%> (+3.91%) 47.00 <1.00> (+2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4ed004...4dc004d. Read the comment docs.

The teamcity plugin communicates test results to IntelliJ IDEA using teamcity
service messages[1]. Currently the teamcity plugin marks pending steps as
skipped rather then failed. This is inconsistent with the changes from #1960
in which pending steps are considered a test failure.

 1: https://www.jetbrains.com/help/teamcity/service-messages.html
@mpkorstanje mpkorstanje force-pushed the team-city-plugin-should-mark-pending-steps-as-failed branch from c1aa4ad to 8b7ca64 Compare March 14, 2021 14:22
@mpkorstanje mpkorstanje marked this pull request as ready for review March 15, 2021 16:55
@mpkorstanje mpkorstanje merged commit 1b42c4c into main Mar 15, 2021
@mpkorstanje mpkorstanje deleted the team-city-plugin-should-mark-pending-steps-as-failed branch March 15, 2021 16:59
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant