Test failure: com.github.ambry.server.ServerSSLTest > undeleteCornerCasesTest
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
Fails in github actions [logs_232.zip](https://github.com/linkedin/ambry/files/6704629/logs_232.zip)
```
com.github.ambry.server.ServerSSLTest > undeleteCornerCasesTest[0] FAILED
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.fail(Assert.java:98)
at com.github.ambry.server.ServerTestUtil.undeleteCornerCasesTest(ServerTestUtil.java:2298)
at com.github.ambry.server.ServerSSLTest.undeleteCornerCasesTest(ServerSSLTest.java:169)
```
https://gradle.com/s/3fo3bmixt23lu
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions logs and the failure in ServerSSLTest.undeleteCornerCasesTest, then inspect ServerTestUtil.undeleteCornerCasesTest at line 2298 and ServerSSLTest.java at line 169. Done means identifying and fixing the cause so the named test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100