Alexander Girke
Alexander Girke
Ran into the same problem. Not sure about the root cause, but as a workaround I set the missing environment variable to the unix socket supervisor is configured to listen...
The one feature that differentiates your work from all other projects I could find is that the results will be displayed as a Github Action Check Run (and not e.g....
Perfect! Personally, I only care about `lcov` and splitting it into two check runs is perfectly fine, but that's just my personal opinion. Additionally, I totally understand that this feature...
First step will be to use a line like BlendedBackground.init() to apply the configuration at runtime. To ensure users don't misuse it, the next step will be to use AnnotationProcessor...
@j-catania the PR looks very concise, but I agree with @dorny 's comment: > I think if lcov should be supported by test-reporter, it would require a specialized implementation for...
Sorry to hear that, I wish you only the best 🙏 maybe you could add Github Sponsors or Buy Me a Coffee integration or something similar... Unfortunately, I also can't...
Hi @korthout, thanks for creating this action, really helpful. I find the idea of labelling the PR very useful as well, especially when the cherry-pick fails. Atm, the creation of...
@korthout, created a PR. Wasn't sure how to test it, though - do you have some kind of playground for this project?
Hi again, it looks like the actual problem is the `dbHash` command that is being issued by `HashSynchronizationDetector`. For the source database, in my case containing ~30million documents, this is...
@pitagoras3 I added an PR to make timeouts and read preference configurable. In my case, increasing the timeouts and reading from the secondary made the migration work smoothly until now....