Skip to content

Commit dc1a9d0

Browse files
committed
updated compiler tests
1 parent 090dba9 commit dc1a9d0

File tree

4 files changed

+252
-104
lines changed

4 files changed

+252
-104
lines changed

tests/compiler-plugin-tests/src/main/kotlin/kotlinx/rpc/codegen/test/Grpc.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ fun MethodDescriptor<*, *>.checkMethod(
4747
expectedFullMethodName: String,
4848
expectedMethodType: MethodDescriptor.MethodType,
4949
expectedServiceName: String,
50-
expectedIsSafe: Boolean = true,
51-
expectedIsIdempotent: Boolean = true,
50+
expectedIsSafe: Boolean = false,
51+
expectedIsIdempotent: Boolean = false,
5252
expectedIsSampledToLocalTracing: Boolean = true,
5353
): String? {
5454
return when {

tests/compiler-plugin-tests/src/test-gen/kotlinx/rpc/codegen/test/runners/BoxTestGenerated.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

22

3-
/*
4-
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
5-
*/
6-
73
package kotlinx.rpc.codegen.test.runners;
84

95
import com.intellij.testFramework.TestDataPath;

tests/compiler-plugin-tests/src/test-gen/kotlinx/rpc/codegen/test/runners/DiagnosticTestGenerated.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

22

3-
/*
4-
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
5-
*/
6-
73
package kotlinx.rpc.codegen.test.runners;
84

95
import com.intellij.testFramework.TestDataPath;

0 commit comments

Comments
 (0)