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

Refactor out hibernate query limits into dependency to speed up ReflectionQueryFactoryTest #763

Merged
merged 1 commit into from Feb 7, 2019

Conversation

wesleyk
Copy link
Contributor

@wesleyk wesleyk commented Feb 7, 2019

No description provided.

transacter.transaction { session ->
for (i in 3101..10100) {
for (i in 32..41) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were any of these tests (that have been significantly reduced in quantity) the stress testing ones that had been mentioned in discussions? If so, should we have a way to still run them periodically (say daily) but not on every build / PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intention of these aren't to stress test, they're to see that the various logs are outputted

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I wouldn't consider 10K to necessarily be "stress testing" anyways)

@wesleyk wesleyk merged commit dda6a64 into master Feb 7, 2019
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

4 participants