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

add dev mode where warnings don't fail the test #11273

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

Conversation

zeitlinger
Copy link
Member

This provides a better dev experience:

gradle test -Ddev=true -x spotlessCheck -x checkstyleMain --tests '*JvmMongo*'

If this idea is accepted, I'll document it in CONTRIBUTING.md

@zeitlinger zeitlinger self-assigned this May 2, 2024
@zeitlinger zeitlinger requested a review from a team as a code owner May 2, 2024 15:05
@trask
Copy link
Member

trask commented May 15, 2024

This provides a better dev experience

can you explain a bit more why (or what specific use case you're thinking of that this improves)? thanks

@zeitlinger
Copy link
Member Author

This provides a better dev experience

can you explain a bit more why (or what specific use case you're thinking of that this improves)? thanks

it's annoying to be bothered by warnings when I want a try something out, which happens quite often

@trask
Copy link
Member

trask commented May 15, 2024

it's annoying to be bothered by warnings when I want a try something out, which happens quite often

oh sorry, I misread the PR title, I totally agree this is annoying

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.

None yet

2 participants