You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On order to test our el9 containers we want to the test to invoke the Redisson session manager in different ways.
To that end I suggest we do the following:
hyrax500 using tokens
Use the hyrax500 test URLs but dereference them using cURL with BASIC auth and persistent sessions. Consider running 16 (aka n) concurrent tests. If we use numbered cookie files, one for each concurrent test, then we can simulate 16 clients coming back repeatedly and preserving their session.
Use the hyrax500 test URLs but dereference them using cURL with BASIC auth, but delete the cookie file between each cURL call
On order to test our el9 containers we want to the test to invoke the Redisson session manager in different ways.
To that end I suggest we do the following:
Suggestions??