guava icon indicating copy to clipboard operation
guava copied to clipboard

Potential flaky tests in the project

Open ShangwenWang opened this issue 3 years ago • 2 comments

Dear developers,

Recently I used this project to do something. But when I built it

  • com.google.common.util.concurrent.UninterruptibleMonitorTest#testEnterWhen_initiallyFalse
  • com.google.common.cache.PopulatedCachesTest#testKeySet_populated

It was surprising that when I rebuilt it, they are both passed. So I guess they may be flaky tests. I report this phenomenon to you and attached is the test report I obtained. I would appreciate it if you could pay attention to them.

test_reports.txt

ShangwenWang avatar Jan 11 '22 01:01 ShangwenWang

Yes, it does look like these are tests that could be flaky. I think it's unlikely that we're going try to do anything about that, though.

cgdecker avatar Jan 14 '22 00:01 cgdecker

Thanks for your reply. It would be nice if someone can look into it in the future.

ShangwenWang avatar Jan 14 '22 06:01 ShangwenWang