-
Notifications
You must be signed in to change notification settings - Fork 1.2k
CI on pull requests #885
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
base: main
Are you sure you want to change the base?
CI on pull requests #885
Conversation
I'm guessing but are the tests related to Argon2 and Scrypt? |
Yes, one of them is |
As long as it's not merged, you see no output. But you can download report from my test-pull request here https://github.com/hannesa2/bouncycastle/pull/1/checks?check_run_id=1902628057 This is the first error
|
You ignored this contribution for 4 years ! |
@hannesa2 are you sure you have followed the instructions from
|
You drive this project without a CI ! This pull request in now just the skeleton of a CI, and a fixing why it not builds properly is out of the scope here and a next step. But I don't invest more time in it, when a pull request is 4 years on hold. Merge it, then we can see how we continue ... |
OK, let's see whether we get a response from @dghgit , @peterdettman or another dev. |
Apologies for the delay on this, although I think the original issue was fixed. We do use a CI as well, and the file is in bc-test-data - we needed to migrate the test data files out of the main repository as the work on PQC meant the repository was getting overloaded. If you set up with bc-test-data do things now work for you, or do you still see out of memory errors? |
You mean this CodeQL https://github.com/bcgit/bc-java/actions ? |
No, we actually have some local servers which build the repositories on check in. This repository is a mirror. |
As long as it's not public it's a rumor. I at least don't see any advantage to have these servers private |
It's a little tricky but I'll see if there's someway of getting the reports pushed somewhere public - or at least a report based on what's currently sourced on github public. |
Some test are failing with
OutOfMemoryException
I started to find workarounds or exclude them, but I stopped this, because for me it's a bigger question:
What are you doing to have that much memory consumption ? Is this really practicable ?