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

Update shared components #2520

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Conversation

andrewwhitehead
Copy link
Member

@andrewwhitehead andrewwhitehead commented Sep 27, 2023

Updates to:

  • Indy-VDR 0.4 release (with did:indy support)
  • Indy-Credx 1.1.1 minimum version
  • Askar 0.3.0

@swcurran
Copy link
Member

@andrewwhitehead — any thoughts on the failing Integration tests? I’ve not looked at the logs.

I did run the acapy AATH test suite and everything ran perfectly.

@andrewwhitehead
Copy link
Member Author

andrewwhitehead commented Sep 27, 2023

@swcurran It looks like those test failures are highlighting the remaining places where store sessions are left open. I'll submit a separate PR with fixes for those, but I suspect that the default maximum number of connections has been reduced for Sqlite, based on the 'available parallelism' it can detect for the current environment. The integration tests could override that but we might want to increase the default maximum number of connections as well.

@swcurran
Copy link
Member

So this relates to that “define max connections based on available parallelism” — the thing that we saw a month or two back with tests on GHA failing, when working elsewhere?

Not sure what you mean here:

The integration tests could override that but we might want to increase the default maximum number of connections as well.

Where else do you mean? Overriding it in the integration tests would get them to pass, but where else would we increase it?

@andrewwhitehead
Copy link
Member Author

We would increase the default that Askar's sqlite backend settles on, at the moment it can be as low as 2 if it thinks it's on a single-processor system (as I think it can appear on CI).

@andrewwhitehead andrewwhitehead force-pushed the upd/vdr-askar branch 3 times, most recently from 68b9471 to 3d1dfa3 Compare October 4, 2023 18:59
@sonarcloud
Copy link

sonarcloud bot commented Oct 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dbluhm dbluhm added this to the 0.11.0 milestone Oct 27, 2023
@dbluhm
Copy link
Member

dbluhm commented Nov 9, 2023

Are we still planning to get this in for 0.11.0?

@swcurran
Copy link
Member

swcurran commented Nov 9, 2023

Looks like there was a breakthrough this morning on what was holding up getting the official releases for Askar and AnonCreds-RS, which in turn was holding up this. Let’s give it a bit more time.

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Copy link

sonarcloud bot commented Nov 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@andrewwhitehead andrewwhitehead marked this pull request as ready for review November 13, 2023 20:20
@dbluhm dbluhm merged commit afe2da8 into hyperledger:main Nov 13, 2023
9 checks passed
@andrewwhitehead andrewwhitehead deleted the upd/vdr-askar branch November 14, 2023 18:39
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.

3 participants