linkedin / linkedin/ambry

Test failure: com.github.ambry.server.ServerSSLTest > undeleteCornerCasesTest

Open
#1,889 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.