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

BraveRewardsBrowserTest.* tests frequently time out #5397

Closed
6 of 7 tasks
bbondy opened this issue Jul 25, 2019 · 7 comments
Closed
6 of 7 tasks

BraveRewardsBrowserTest.* tests frequently time out #5397

bbondy opened this issue Jul 25, 2019 · 7 comments
Labels
closed/no-milestone dev-concern Epic feature/rewards priority/P3 The next thing for us to work on. It'll ride the trains.

Comments

@bbondy
Copy link
Member

bbondy commented Jul 25, 2019

Brave Rewards tests are frequently timing out which causes each PR to take longer and also takes longer for people checking tests locally on their tasks.

As an example:

BraveRewardsBrowserTest.ProcessPendingContributions (TIMED OUT)

But there are others too (8) that frequently timeout.

cc @NejcZdovc

Here are some ideas for cleaning up tests:

@bbondy bbondy added dev-concern priority/P3 The next thing for us to work on. It'll ride the trains. labels Jul 25, 2019
@NejcZdovc NejcZdovc assigned NejcZdovc and unassigned jhoneycutt Dec 2, 2019
@bsclifton
Copy link
Member

@NejcZdovc is this still a problem? Or can we close this out

@NejcZdovc
Copy link
Contributor

@bsclifton this is an epic. We still have couple of them to complete, before we can close this one.

@NejcZdovc NejcZdovc removed their assignment Feb 18, 2020
@kjozwiak
Copy link
Member

Just a heads up, created #9339. Looks like BraveRewardsBrowserTest.NotVerifiedWallet has been failing intermittently here and there. I'm not sure if this work will fix that issue but figured I would mention it here.

@kjozwiak
Copy link
Member

Just an update, still seeing the following failure from time to time:

03:29:38  [  FAILED  ] BraveRewardsBrowserTest.ProcessPendingContributions, where TypeParam =  and GetParam() =  (37759 ms)
03:29:38  [539/540] BraveRewardsBrowserTest.ProcessPendingContributions (38025 ms)
03:29:44  [540/540] BraveRewardsBrowserTest.SplitProcessorAutoContribution (5241 ms)
03:29:44  1 test failed:
03:29:44      BraveRewardsBrowserTest.ProcessPendingContributions (../../brave/components/brave_rewards/browser/rewards_service_browsertest.cc:2186)

@NejcZdovc
Copy link
Contributor

NejcZdovc commented May 11, 2020

@kjozwiak This was fixed here #9687, so probably just not running the latest code

@bsclifton
Copy link
Member

bsclifton commented May 12, 2020

@NejcZdovc should we close this issue out?
There's a similar one open with #9339

@bsclifton bsclifton reopened this May 12, 2020
@NejcZdovc
Copy link
Contributor

closing as nothing new is planned for this and browser tests are stable now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed/no-milestone dev-concern Epic feature/rewards priority/P3 The next thing for us to work on. It'll ride the trains.
Projects
None yet
Development

No branches or pull requests

6 participants
@bbondy @kjozwiak @bsclifton @jhoneycutt @NejcZdovc and others