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

Add retry messages and fix flaky (fixes #413) #414

Merged
merged 2 commits into from
Jun 29, 2017
Merged

Add retry messages and fix flaky (fixes #413) #414

merged 2 commits into from
Jun 29, 2017

Conversation

baev
Copy link
Member

@baev baev commented Jun 15, 2017

screen shot 2017-06-15 at 20 09 32

@baev baev added the review label Jun 15, 2017
@baev baev requested a review from eroshenkoam June 15, 2017 17:10
.withTime(retried.getTime())
);
latest.getStatusDetailsSafe().setFlaky(true);
latest.getStatusDetailsSafe().setFlaky(!statuses.isEmpty());
Copy link
Contributor

Choose a reason for hiding this comment

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

Currently if a test fails 100% times, it will be displayed flaky.
It is also wrong, I think

Copy link
Member Author

Choose a reason for hiding this comment

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

👎

BTW flacky -> flaky

@@ -3,7 +3,8 @@
{{#each retries}}
<div class="retry-row" data-uid="{{uid}}">
<span class="label label_status_{{status}}">{{status}}</span>
{{date time.start}} at {{time time.start}}
<span>{{date time.start}} at {{time time.start}}</span>
<div class="retry__message">{{statusDetails}}</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

if you will use <p>, then you can avoid extra styles, because <p> provides margins by default

@baev baev merged commit 4ea9e76 into master Jun 29, 2017
@baev baev deleted the 413-fix-flaky branch June 29, 2017 16:03
@baev baev removed the review label Jun 29, 2017
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

3 participants