Skip to content

Commit c438da8

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent c69472c commit c438da8

File tree

1 file changed

+2
-2
lines changed
  • operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/alleventmode/onlyreconcile

1 file changed

+2
-2
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/alleventmode/onlyreconcile/AllEventIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public class AllEventIT {
1818
LocallyRunOperatorExtension extension =
1919
LocallyRunOperatorExtension.builder().withReconciler(new AllEventReconciler()).build();
2020

21-
// todo additional finalizer
22-
// todo retry
21+
// todo additional finalizer, events after that
22+
// todo retry on delete event + event received meanwhile
2323
@Test
2424
void eventsPresent() {
2525
var reconciler = extension.getReconcilerOfType(AllEventReconciler.class);

0 commit comments

Comments
 (0)