mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(tests): add small notes to tests
This commit is contained in:
committed by
Loïc Mathieu
parent
1be16d5e9d
commit
41a11abf16
@@ -489,7 +489,7 @@ public class SchedulerScheduleTest extends AbstractSchedulerTest {
|
||||
Await.until(() -> this.triggerState.findLast(trigger).map(t -> t.getDisabled()).orElse(false).booleanValue(), Duration.ofMillis(100), Duration.ofSeconds(10));
|
||||
}
|
||||
}
|
||||
|
||||
// covers trigger evaluation failures from failed conditions at scheduled triggers
|
||||
@Test
|
||||
void failedEvaluation1() {
|
||||
// mock flow listeners
|
||||
@@ -545,6 +545,7 @@ public class SchedulerScheduleTest extends AbstractSchedulerTest {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
// covers trigger evaluation failures propagated to evaluateScheduleTrigger() such as invalid expressions, input resolving issues at scheduled triggers...etc
|
||||
@Test
|
||||
void failedEvaluation2() {
|
||||
// mock flow listeners
|
||||
|
||||
Reference in New Issue
Block a user