Fix for GRAILS-6818: Allow tests to be run in a consistent order#9
Closed
ataylor284 wants to merge 1 commit into
Closed
Fix for GRAILS-6818: Allow tests to be run in a consistent order#9ataylor284 wants to merge 1 commit into
ataylor284 wants to merge 1 commit into
Conversation
- default is unchanged (unsorted)
- grails.testing.sortFiles = true for alphabetic sorting
- grails.testing.sortFiles = { a, b -> a <=> b } e.g. for custom sorting
Contributor
|
Duplicated by http://jira.codehaus.org/browse/GRAILS-6818 |
jdaugherty
pushed a commit
to jdaugherty/grails-core
that referenced
this pull request
Jan 7, 2025
Fixing SPI file names
jdaugherty
pushed a commit
to jdaugherty/grails-core
that referenced
this pull request
Jan 9, 2025
making plugin Groovy 2.5.x ready
jdaugherty
pushed a commit
to jdaugherty/grails-core
that referenced
this pull request
Feb 9, 2025
Issue 9594
jdaugherty
pushed a commit
that referenced
this pull request
May 1, 2025
…eleton/client/acorn-6.4.1 Bump acorn from 6.4.0 to 6.4.1 in /skeleton/client
jdaugherty
pushed a commit
that referenced
this pull request
May 1, 2025
Update Base Profile to 5.0.0.RC1
jdaugherty
pushed a commit
that referenced
this pull request
May 1, 2025
Update to plugin and web profiles 7.0.1, grails-gradle-plugin 7.0.0-M2 and Gradle 8.11.1
jdaugherty
pushed a commit
that referenced
this pull request
May 1, 2025
remove old travis ci build status
jamesfredley
pushed a commit
to jamesfredley/grails-core
that referenced
this pull request
Jul 13, 2025
* Update hibernate core * Update HibernateGormSpec.groovy Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
8 tasks
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch allows tests to be run in a specific order. Sorting is enabled by adding the following to
BuildConfig.groovy:For finer control, a closure can be provided: