You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#382: Unable to add a topic for a label with a specific pattern (#418)
* fixes#382: Unable to add a topic for a label with a specific pattern
* added test cases in RoutingConfigurationTest
* added more test cases to cover the patterns
* changes tests
* reset config db in test
@@ -147,7 +195,7 @@ class RoutingConfigurationTest {
147
195
// Given
148
196
val payload =NodePayloadBuilder()
149
197
.withBefore(NodeChange(properties =mapOf("prop1" to 1, "prop2" to "pippo", "prop3" to 3), labels =listOf("Label1", "Label2")))
150
-
.withAfter(NodeChange(properties =mapOf("prop1" to 1, "prop2" to "pippo", "prop3" to 3, "prop4" to 4), labels =listOf("Label1", "Label2")))
198
+
.withAfter(NodeChange(properties =mapOf("prop1" to 1, "prop2" to "pippo", "prop3" to 3, "prop4" to 4), labels =listOf("Label1", "Label2", "Label3 :: Label4")))
151
199
.build()
152
200
val streamsEvent =StreamsTransactionEventBuilder()
0 commit comments