@@ -26,7 +26,8 @@ await functionStore.CreateFunction(
26
26
leaseExpiration : DateTime . UtcNow . Ticks ,
27
27
postponeUntil : null ,
28
28
timestamp : DateTime . UtcNow . Ticks ,
29
- parent : null
29
+ parent : null ,
30
+ owner : null
30
31
) ;
31
32
var messageStore = functionStore . MessageStore ;
32
33
@@ -63,7 +64,8 @@ await functionStore.CreateFunction(
63
64
leaseExpiration : DateTime . UtcNow . Ticks ,
64
65
postponeUntil : null ,
65
66
timestamp : DateTime . UtcNow . Ticks ,
66
- parent : null
67
+ parent : null ,
68
+ owner : null
67
69
) ;
68
70
var messageStore = functionStore . MessageStore ;
69
71
@@ -106,7 +108,8 @@ await functionStore.CreateFunction(
106
108
leaseExpiration : DateTime . UtcNow . Ticks ,
107
109
postponeUntil : null ,
108
110
timestamp : DateTime . UtcNow . Ticks ,
109
- parent : null
111
+ parent : null ,
112
+ owner : null
110
113
) ;
111
114
var messageStore = functionStore . MessageStore ;
112
115
@@ -150,7 +153,8 @@ await functionStore.CreateFunction(
150
153
leaseExpiration : DateTime . UtcNow . Ticks ,
151
154
postponeUntil : null ,
152
155
timestamp : DateTime . UtcNow . Ticks ,
153
- parent : null
156
+ parent : null ,
157
+ owner : null
154
158
) ;
155
159
var messageStore = functionStore . MessageStore ;
156
160
@@ -194,7 +198,8 @@ await functionStore.CreateFunction(
194
198
leaseExpiration : DateTime . UtcNow . Ticks ,
195
199
postponeUntil : null ,
196
200
timestamp : DateTime . UtcNow . Ticks ,
197
- parent : null
201
+ parent : null ,
202
+ owner : null
198
203
) ;
199
204
var messageStore = functionStore . MessageStore ;
200
205
@@ -235,7 +240,8 @@ await functionStore.CreateFunction(
235
240
leaseExpiration : DateTime . UtcNow . Ticks ,
236
241
postponeUntil : null ,
237
242
timestamp : DateTime . UtcNow . Ticks ,
238
- parent : null
243
+ parent : null ,
244
+ owner : null
239
245
) ;
240
246
var messageStore = functionStore . MessageStore ;
241
247
@@ -263,7 +269,8 @@ await functionStore.CreateFunction(
263
269
leaseExpiration : DateTime . UtcNow . Ticks ,
264
270
postponeUntil : null ,
265
271
timestamp : DateTime . UtcNow . Ticks ,
266
- parent : null
272
+ parent : null ,
273
+ owner : null
267
274
) ;
268
275
var messageStore = functionStore . MessageStore ;
269
276
@@ -292,7 +299,8 @@ await functionStore.CreateFunction(
292
299
leaseExpiration : DateTime . UtcNow . Ticks ,
293
300
postponeUntil : null ,
294
301
timestamp : DateTime . UtcNow . Ticks ,
295
- parent : null
302
+ parent : null ,
303
+ owner : null
296
304
) ;
297
305
var messageStore = functionStore . MessageStore ;
298
306
@@ -313,7 +321,8 @@ await functionStore.CreateFunction(
313
321
leaseExpiration : DateTime . UtcNow . Ticks ,
314
322
postponeUntil : null ,
315
323
timestamp : DateTime . UtcNow . Ticks ,
316
- parent : null
324
+ parent : null ,
325
+ owner : null
317
326
) ;
318
327
var messageStore = functionStore . MessageStore ;
319
328
@@ -352,7 +361,8 @@ await functionStore.CreateFunction(
352
361
leaseExpiration : DateTime . UtcNow . Ticks ,
353
362
postponeUntil : null ,
354
363
timestamp : DateTime . UtcNow . Ticks ,
355
- parent : null
364
+ parent : null ,
365
+ owner : null
356
366
) ;
357
367
var messageStore = functionStore . MessageStore ;
358
368
@@ -392,7 +402,8 @@ await functionStore.CreateFunction(
392
402
leaseExpiration : DateTime . UtcNow . Ticks ,
393
403
postponeUntil : null ,
394
404
timestamp : DateTime . UtcNow . Ticks ,
395
- parent : null
405
+ parent : null ,
406
+ owner : null
396
407
) ;
397
408
var messageStore = functionStore . MessageStore ;
398
409
@@ -430,7 +441,8 @@ await functionStore.CreateFunction(
430
441
leaseExpiration : DateTime . UtcNow . Ticks ,
431
442
postponeUntil : null ,
432
443
timestamp : DateTime . UtcNow . Ticks ,
433
- parent : null
444
+ parent : null ,
445
+ owner : null
434
446
) ;
435
447
var messageStore = functionStore . MessageStore ;
436
448
@@ -457,7 +469,8 @@ await functionStore.CreateFunction(
457
469
leaseExpiration : DateTime . UtcNow . Ticks ,
458
470
postponeUntil : null ,
459
471
timestamp : DateTime . UtcNow . Ticks ,
460
- parent : null
472
+ parent : null ,
473
+ owner : null
461
474
) ;
462
475
var messageStore = functionStore . MessageStore ;
463
476
var events = await messageStore . GetMessages ( functionId , skip : 0 ) ;
@@ -476,7 +489,8 @@ await functionStore.CreateFunction(
476
489
leaseExpiration : DateTime . UtcNow . Ticks ,
477
490
postponeUntil : null ,
478
491
timestamp : DateTime . UtcNow . Ticks ,
479
- parent : null
492
+ parent : null ,
493
+ owner : null
480
494
) ;
481
495
var messageStore = functionStore . MessageStore ;
482
496
@@ -526,7 +540,8 @@ await functionStore.CreateFunction(
526
540
leaseExpiration : DateTime . UtcNow . Ticks ,
527
541
postponeUntil : null ,
528
542
timestamp : DateTime . UtcNow . Ticks ,
529
- parent : null
543
+ parent : null ,
544
+ owner : null
530
545
) ;
531
546
var messageStore = functionStore . MessageStore ;
532
547
@@ -577,7 +592,8 @@ await functionStore.CreateFunction(
577
592
leaseExpiration : DateTime . UtcNow . Ticks ,
578
593
postponeUntil : null ,
579
594
timestamp : DateTime . UtcNow . Ticks ,
580
- parent : null
595
+ parent : null ,
596
+ owner : null
581
597
) . ShouldBeTrueAsync ( ) ;
582
598
await functionStore . CreateFunction (
583
599
id2 ,
@@ -586,7 +602,8 @@ await functionStore.CreateFunction(
586
602
leaseExpiration : DateTime . UtcNow . Ticks ,
587
603
postponeUntil : null ,
588
604
timestamp : DateTime . UtcNow . Ticks ,
589
- parent : null
605
+ parent : null ,
606
+ owner : null
590
607
) . ShouldBeTrueAsync ( ) ;
591
608
var messageStore = functionStore . MessageStore ;
592
609
@@ -628,7 +645,8 @@ await functionStore.CreateFunction(
628
645
leaseExpiration : DateTime . UtcNow . Ticks ,
629
646
postponeUntil : long . MaxValue ,
630
647
timestamp : DateTime . UtcNow . Ticks ,
631
- parent : null
648
+ parent : null ,
649
+ owner : null
632
650
) . ShouldBeTrueAsync ( ) ;
633
651
await functionStore . CreateFunction (
634
652
id2 ,
@@ -637,7 +655,8 @@ await functionStore.CreateFunction(
637
655
leaseExpiration : DateTime . UtcNow . Ticks ,
638
656
postponeUntil : long . MaxValue ,
639
657
timestamp : DateTime . UtcNow . Ticks ,
640
- parent : null
658
+ parent : null ,
659
+ owner : null
641
660
) . ShouldBeTrueAsync ( ) ;
642
661
var messageStore = functionStore . MessageStore ;
643
662
@@ -687,7 +706,8 @@ await functionStore.CreateFunction(
687
706
leaseExpiration : DateTime . UtcNow . Ticks ,
688
707
postponeUntil : long . MaxValue ,
689
708
timestamp : DateTime . UtcNow . Ticks ,
690
- parent : null
709
+ parent : null ,
710
+ owner : null
691
711
) . ShouldBeTrueAsync ( ) ;
692
712
var messageStore = functionStore . MessageStore ;
693
713
@@ -722,7 +742,8 @@ await functionStore.CreateFunction(
722
742
leaseExpiration : DateTime . UtcNow . Ticks ,
723
743
postponeUntil : long . MaxValue ,
724
744
timestamp : DateTime . UtcNow . Ticks ,
725
- parent : null
745
+ parent : null ,
746
+ owner : null
726
747
) . ShouldBeTrueAsync ( ) ;
727
748
await functionStore . CreateFunction (
728
749
id2 ,
@@ -731,7 +752,8 @@ await functionStore.CreateFunction(
731
752
leaseExpiration : DateTime . UtcNow . Ticks ,
732
753
postponeUntil : long . MaxValue ,
733
754
timestamp : DateTime . UtcNow . Ticks ,
734
- parent : null
755
+ parent : null ,
756
+ owner : null
735
757
) . ShouldBeTrueAsync ( ) ;
736
758
var messageStore = functionStore . MessageStore ;
737
759
0 commit comments