Skip to content

Commit 9e92242

Browse files
committed
servlet: Remove ModelCheckingCTest reference
In lincheck 3.4 this annotation is marked deprecated, and what to use as a replacement was thoroughly undocumented in the issue, the PR, the commit, the documentation, and the release notes. But it seems it has been unused since 8ac5599 when the test was converted to using ModelCheckingOptions.check().
1 parent d459338 commit 9e92242

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servlet/src/threadingTest/java/io/grpc/servlet/AsyncServletOutputStreamWriterConcurrencyTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.concurrent.atomic.AtomicBoolean;
2929
import java.util.concurrent.atomic.AtomicReference;
3030
import java.util.function.BiFunction;
31-
import org.jetbrains.kotlinx.lincheck.strategy.managed.modelchecking.ModelCheckingCTest;
3231
import org.jetbrains.lincheck.datastructures.BooleanGen;
3332
import org.jetbrains.lincheck.datastructures.ModelCheckingOptions;
3433
import org.jetbrains.lincheck.datastructures.Operation;
@@ -49,7 +48,6 @@
4948
* test all possibly interleaves (on context switch) between the two threads, and then verify the
5049
* operations are linearizable in each interleave scenario.
5150
*/
52-
@ModelCheckingCTest
5351
@Param(name = "keepReady", gen = BooleanGen.class)
5452
@RunWith(JUnit4.class)
5553
public class AsyncServletOutputStreamWriterConcurrencyTest {

0 commit comments

Comments
 (0)