combust/mleap

Flaky tests "throttling" in GrpcSpec

Open

#573 geöffnet am 28. Sept. 2019

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Scala (312 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.461 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

In transform row stream of TransformServiceSpec: https://travis-ci.org/combust/mleap/builds/590427424#L4478-L4493

[info] transform row stream 4479[info] - transforms rows in a stream 4480[info] throttling 4481[info] - throttles elements through the flow *** FAILED *** 4482[info] java.lang.AssertionError: assertion failed: expected OnNext(2), found OnNext(3)

Also previously disabled same for transform frame stream: https://github.com/combust/mleap/commit/46c1485033ef55bcaa9222beb1f61470284fc990

These are failing when the GrpcSpec is run. However, does disabling in TransformServiceSpec also disable the same cases for MleapExecutorSpec?

Contributor Guide