File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
frontend/src/test/scala/bloop Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,11 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
458
458
}
459
459
460
460
test(" three concurrent clients receive error diagnostics appropriately" ) {
461
+ TestUtil .retry() {
462
+ threeConcurrentClientsDiagnosticsTest()
463
+ }
464
+ }
465
+ def threeConcurrentClientsDiagnosticsTest (): Unit = {
461
466
val logger = new RecordingLogger (ansiCodesSupported = false )
462
467
TestUtil .withinWorkspace { workspace =>
463
468
object Sources {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ object Dependencies {
50
50
val zinc = " ch.epfl.scala" %% " zinc" % zincVersion
51
51
val bsp4s = " ch.epfl.scala" %% " bsp4s" % bspVersion
52
52
val bsp4j = " ch.epfl.scala" % " bsp4j" % bspVersion
53
- val nailgun = " io.github.alexarchambault.bleep" % " nailgun-server" % " 1.0.2 "
53
+ val nailgun = " io.github.alexarchambault.bleep" % " nailgun-server" % " 1.0.3 "
54
54
val javaDebug = " ch.epfl.scala" % " com-microsoft-java-debug-core" % javaDebugVersion
55
55
56
56
val libraryManagement = " org.scala-sbt" %% " librarymanagement-ivy" % lmVersion
@@ -117,6 +117,6 @@ object Dependencies {
117
117
val asm = " org.ow2.asm" % " asm" % asmVersion
118
118
val asmUtil = " org.ow2.asm" % " asm-util" % asmVersion
119
119
120
- val libdaemonjvm = " io.github.alexarchambault.libdaemon" %% " libdaemon" % " 0.0.6 "
121
- val ipcsocket = " com .github.alexarchambault.tmp.ipcsocket" % " ipcsocket" % " 1.4.1-aa-4 "
120
+ val libdaemonjvm = " io.github.alexarchambault.libdaemon" %% " libdaemon" % " 0.0.8 "
121
+ val ipcsocket = " io .github.alexarchambault.tmp.ipcsocket" % " ipcsocket" % " 1.4.1-aa-5-1 "
122
122
}
You can’t perform that action at this time.
0 commit comments