Failed: MultipartUnmarshallersSpecCRLF
- Dominant language
- Scala
- Stars
- 1.4k
- Forks
- 584
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 24
Description
```
Error Message
Future timed out after [1 second]
Stacktrace
java.util.concurrent.TimeoutException: Future timed out after [1 second]
at scala.concurrent.impl.Promise$DefaultPromise.tryAwait0(Promise.scala:212)
at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:225)
at scala.concurrent.Await$.$anonfun$result$1(package.scala:201)
at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:62)
at scala.concurrent.Await$.result(package.scala:124)
at akka.http.scaladsl.unmarshalling.MultipartUnmarshallersSpec.$
```
https://jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=master,Node=akka-http-nightly-node,SCALA_VERSION=2.13.1,jdk=AdoptOpenJDK%208/142/testReport/junit/akka.http.scaladsl.unmarshalling/MultipartUnmarshallersSpecCRLF/The_MultipartUnmarshallers__multipartGeneralUnmarshaller_should_reject_illegal_multipart_content_with_an_empty_entity/
Contributor guide
Research direction
Start with MultipartUnmarshallersSpecCRLF and the failing multipartGeneralUnmarshaller test reported in the Jenkins link. Read the timeout stack trace and test context to determine why the test does not complete; done means identifying and resolving the failure so the test passes reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100