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

feat(core):change flakiness overhead from ms to readable format #793

Conversation

Vacxe
Copy link
Member

@Vacxe Vacxe commented May 5, 2023

No description provided.

@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #793 (3c3edf1) into develop (7c7dcc3) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head 3c3edf1 differs from pull request most recent head 78e478b. Consider uploading reports for the commit 78e478b to get more accurate results

@@              Coverage Diff              @@
##             develop     #793      +/-   ##
=============================================
- Coverage      59.26%   59.25%   -0.02%     
- Complexity       791      793       +2     
=============================================
  Files            213      213              
  Lines           4380     4378       -2     
  Branches         689      689              
=============================================
- Hits            2596     2594       -2     
  Misses          1462     1462              
  Partials         322      322              
Impacted Files Coverage Δ
...malinskiy/marathon/report/stdout/StdoutReporter.kt 96.96% <100.00%> (-0.18%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Vacxe Vacxe force-pushed the feature-core-update-flakiness-overhead-time branch 4 times, most recently from 7bd9eca to f8394ed Compare May 8, 2023 12:05
Malinskiy
Malinskiy previously approved these changes May 9, 2023
@Vacxe
Copy link
Member Author

Vacxe commented May 9, 2023

image
`DeviceFilteringScenarioTest``

…com:Vacxe/marathon into feature-core-update-flakiness-overhead-time
@Vacxe Vacxe force-pushed the feature-core-update-flakiness-overhead-time branch from 5c470e0 to 3fff539 Compare May 9, 2023 23:11
@@ -72,7 +72,7 @@ data class ExecutionReport(
val rawDuration = rawTests
//Incomplete tests mess up the calculations of time since their end time is 0 and duration is, hence, years
//We filter here for unavailable time just to be safe
.filter { it.startTime != 0L && it.endTime != 0L }
Copy link
Member Author

@Vacxe Vacxe May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or will be better to filter endTime - startTime > 0 ? WDYT @Malinskiy

@Vacxe Vacxe force-pushed the feature-core-update-flakiness-overhead-time branch from 3fff539 to 78e478b Compare May 10, 2023 10:31
@Malinskiy Malinskiy merged commit 8483c56 into MarathonLabs:develop May 10, 2023
4 checks passed
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.

None yet

2 participants