Skip to content

Commit b148c8f

Browse files
committed
helpful test comments
Signed-off-by: amoore877 <[email protected]>
1 parent 7a077c2 commit b148c8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/integration/suites/fetch-x509-svids/04-create-registration-entries

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# LRU Cache size is 1000; we expect uid:1001 to receive all 1002 identities,
4+
# and later on disconnect for the cache to be pruned back to 1000
35
SIZE=1002
46

57
# Create entries for uid 1001

test/integration/suites/fetch-x509-svids/06-create-registration-entries

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# LRU Cache size is 1000; we expect uid:1002 to receive all 1002 identities,
4+
# and later on disconnect for the cache to be pruned back to 1000
35
SIZE=1002
46

57
# Create entries for uid 1002

0 commit comments

Comments
 (0)