-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes state cert tests #3596
base: main
Are you sure you want to change the base?
Fixes state cert tests #3596
Conversation
elena-kolevska
commented
Nov 11, 2024
•
edited
Loading
edited
- Memcahced
- Cosmos DB
- SQL Server
Signed-off-by: Elena Kolevska <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
/ok-to-test |
1 similar comment
/ok-to-test |
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: 3984bae |
Components conformance testCommit ref: 3984bae ❌ Some conformance tests failedThese tests failed:
|
Components certification testCommit ref: 3984bae ❌ Some certification tests failedThese tests failed:
|
Signed-off-by: Elena Kolevska <[email protected]>
/ok-to-test |
Components certification testCommit ref: 2a213a2 ❌ Some certification tests failedThese tests failed:
|
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: 2a213a2 |
Components conformance testCommit ref: 2a213a2 ❌ Some conformance tests failedThese tests failed:
|
@@ -168,7 +169,7 @@ func TestMemcached(t *testing.T) { | |||
key := certificationTestPrefix + "_expiresInOneSecondKey" | |||
value := "This key will self-destroy in 1 second" | |||
|
|||
ttlExpirationTime := 1 * time.Second | |||
ttlExpirationTime := 3 * time.Second |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test was failing sporadically because the key would expire before we could check for its presence.