Skip to content

Commit

Permalink
helpful test comments
Browse files Browse the repository at this point in the history
Signed-off-by: amoore877 <[email protected]>
  • Loading branch information
amoore877 committed Aug 19, 2024
1 parent 7a077c2 commit b148c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

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

# Create entries for uid 1001
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

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

# Create entries for uid 1002
Expand Down

0 comments on commit b148c8f

Please sign in to comment.