Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
d4b56ea5
Commit
d4b56ea5
authored
4 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Update: Session tests with new cache init
parent
47ca846e
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!210
Staging mepdeployment05072020
,
!203
Add: New cache initialization to make v2 independent of CoreSLS
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
authmdl/sessionmdl/session_test.go
+1
-1
authmdl/sessionmdl/session_test.go
with
1 addition
and
1 deletion
authmdl/sessionmdl/session_test.go
+
1
−
1
View file @
d4b56ea5
...
...
@@ -7,7 +7,7 @@ import (
)
func
init
()
{
Init
UserSessionCache
(
cachemdl
.
TypeFastCache
)
Init
(
cachemdl
.
SetupFastCache
(
cachemdl
.
FCWithMaxEntries
(
10000
))
)
}
func
TestSet
(
t
*
testing
.
T
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets