Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

elena-kolevska
Copy link
Contributor

@elena-kolevska elena-kolevska commented Nov 11, 2024

  • Memcahced
  • Cosmos DB
  • SQL Server

@elena-kolevska
Copy link
Contributor Author

/ok-to-test

1 similar comment
@elena-kolevska
Copy link
Contributor Author

/ok-to-test

@dapr-bot
Copy link
Collaborator

Complete Build Matrix

The build status is currently not updated here. Please visit the action run below directly.

🔗 Link to Action run

Commit ref: 3984bae

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 12, 2024

Components conformance test

🔗 Link to Action run

Commit ref: 3984bae

❌ Some conformance tests failed

These tests failed:

  • bindings.azure.eventgrid
  • state.azure.cosmosdb
  • state.sqlserver

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 12, 2024

Components certification test

🔗 Link to Action run

Commit ref: 3984bae

❌ Some certification tests failed

These tests failed:

  • pubsub.gcp.pubsub
  • state.sqlserver

Signed-off-by: Elena Kolevska <[email protected]>
@elena-kolevska
Copy link
Contributor Author

/ok-to-test

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 12, 2024

Components certification test

🔗 Link to Action run

Commit ref: 2a213a2

❌ Some certification tests failed

These tests failed:

  • bindings.azure.eventhubs
  • pubsub.aws.snssqs
  • pubsub.gcp.pubsub
  • pubsub.rabbitmq

@dapr-bot
Copy link
Collaborator

Complete Build Matrix

The build status is currently not updated here. Please visit the action run below directly.

🔗 Link to Action run

Commit ref: 2a213a2

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 12, 2024

Components conformance test

🔗 Link to Action run

Commit ref: 2a213a2

❌ Some conformance tests failed

These tests failed:

  • bindings.azure.eventgrid

@@ -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
Copy link
Contributor Author

@elena-kolevska elena-kolevska Nov 12, 2024

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.

@elena-kolevska elena-kolevska changed the title WIP: Fixes cert tests Fixes state cert tests Nov 13, 2024
@elena-kolevska elena-kolevska marked this pull request as ready for review November 13, 2024 00:00
@elena-kolevska elena-kolevska requested review from a team as code owners November 13, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants