-
Notifications
You must be signed in to change notification settings - Fork 303
Run tests in Gitlab #8656
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
Merged
Merged
Run tests in Gitlab #8656
Changes from 1 commit
Commits
Show all changes
130 commits
Select commit
Hold shift + click to select a range
10ecbb9
first pass checks
randomanderson 26a7adb
add some debug
randomanderson f8448c9
Revert "add some debug"
randomanderson 0b8643a
Normalize node index and node total
randomanderson 65d41ac
fix normalization
randomanderson 661749d
actually use the normalized values
randomanderson 7e21e7b
Merge remote-tracking branch 'origin/master' into landerson/gitlab-ch…
randomanderson 70c494d
first pass: migrate tests to Gitlab
randomanderson f3ca3e1
Merge branch 'master' into landerson/migrate-tests
randomanderson 2ae3cf3
less scenarios for now
randomanderson c3ebdc0
bump memory and workers
randomanderson 2d78199
actually use task partitions
randomanderson aba4f20
Add section start/end
randomanderson 87bffbf
Allow individual tests to control gradle memory
randomanderson 6b6d4e5
remove a little of the reportspam
randomanderson b2340e0
use concrete docker image tags
randomanderson 42784ee
configure test containers to use mirror
randomanderson 3bed067
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson e781c3b
fix limit
randomanderson ffb90db
fix missing container versions
randomanderson c18b491
Better gitlab naming with smarter split
randomanderson a09c626
update caches with test dep cache, save test results
randomanderson 97d5bc6
Cleanup repositories {} blocks
randomanderson 2b37e3b
update proxy url to use internal routing
randomanderson 7092cd0
no "s"
randomanderson 391d0c3
allow insecure everywhere
randomanderson e225757
include apache with confluence
randomanderson 340aaa1
Merge branch 'landerson/replace-maven-central' into landerson/migrate…
randomanderson 7019854
remove intentional fail
randomanderson 08a85b0
use gradlePluginCache, mavenCentral after pluginportal
randomanderson 525031a
proxy mule as well
randomanderson 7671cfb
Merge branch 'landerson/replace-maven-central' into landerson/migrate…
randomanderson 0063e65
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 7847b01
change BUILD_CACHE_TYPE to CACHE_TYPE since its used for both
randomanderson 5085ef9
split cache like with circleci. Cache became too big
randomanderson 0c400ca
Some caches are too big to be saved
randomanderson 5a65b3a
test fixes
randomanderson 7adf224
more test fixes
randomanderson c708e92
disable some tests for now
randomanderson 57b86e9
more fixes
randomanderson b3b2a14
Use maven proxy with openliberty smoketests
randomanderson 1e01c54
missed one more mongodb case
randomanderson de3fc5b
enable some more of the matrix
randomanderson 38aa293
Fix lettuce tests
randomanderson 9c8cd5a
Fix lettuce tests
randomanderson d7592b8
cleanup imports
randomanderson 7dad598
create asyncCommands
randomanderson 305b97e
codenarc
randomanderson 5a4913b
Cleanup aggregator tests to try to reduce flakiness
randomanderson 88da84a
Merge branch 'landerson/fix-lettuce-tests' into landerson/migrate-tests
randomanderson c5c158f
debug maven logs for now
randomanderson afdc208
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 4dee866
try non-ssh url
randomanderson c23dcde
Revert "debug maven logs for now"
randomanderson 6d6dc39
add some debug logging
randomanderson 93fdb13
codenarc
randomanderson aa6a29d
try fixed value of parallelism
randomanderson 58e4a01
enable debug logs for smoketest building only
randomanderson 28cf042
limit number of reserved threads
randomanderson 99593da
some debug for why the smoketest is not running
randomanderson c038257
more debug for gradle launcher failure
randomanderson 6dd342a
try fixing graal test
randomanderson 854ba80
try to force the logging
randomanderson 5e0c67a
codenarc
randomanderson b7d5427
set available processors for jetty
randomanderson cc2af16
codenarc
randomanderson 9d43248
bluntly bump max threads
randomanderson cc3744c
some more debug
randomanderson b3770bc
remove verbose logging
randomanderson 5630d86
try memcached test with new location
randomanderson cdfb060
opt out of split by parallel
randomanderson b836b35
Try with 3 gradle workers
smola 96ea71c
try decreasing reporting interval
randomanderson 1594733
Refractor CrashTrackingSmokeTest to use OutputThreads
randomanderson b8adb1e
Simple forked memory test
randomanderson 12dd18d
better ergonomics
randomanderson 1290b77
try increasing timeout
randomanderson c9ba32a
extend agent test runner
randomanderson 9973da8
don't override forkedMinHeapSize and forkedMaxHeapSize
randomanderson 296bc5a
print out requests
randomanderson 277c391
remove logging statement
randomanderson fc3a9ae
Better crash tracking
randomanderson 3631181
remove intentionally failing test
randomanderson 9f51ad4
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 0975adc
use a test UDP server to record oom events
randomanderson 561f192
Make crash tracking smoke test more resiliant
randomanderson 551f88e
loop through messages until the correct event
randomanderson 3df5bbf
some debug
randomanderson e4b8c9e
configurable dogstatsd port
randomanderson 8794264
enable everything
randomanderson b5a1003
Merge branch 'landerson/dd-dogstatsd-port' into landerson/fix-crashtr…
randomanderson d6250d5
use sleep instead of park nanos
randomanderson 0ecc8bb
save body data ahead of time
randomanderson 38a35ad
retry once for system failures
randomanderson 2e0d7ba
spotless
randomanderson ac863f0
cleanup
randomanderson 0383ef9
Merge remote-tracking branch 'origin/master' into landerson/fix-crash…
randomanderson b378de5
Merge branch 'landerson/fix-crashtrackingsmoke' into landerson/migrat…
randomanderson da9a29c
spotless/merge issues
randomanderson 0f26adf
Skip ExceptionHistogramTest on J9
randomanderson edeebc2
add a print statement around the body for debugging
randomanderson 078a3c7
comment out all but 8, 17, and 21 for now
randomanderson a546529
fix spring 6 forwarding headers
randomanderson f16a6af
revert logging statements
randomanderson a1e0bb1
needs to be set in 3.1 for latestDepTest
randomanderson 3f62a18
faster OOM
randomanderson 014057c
property was set in incorrect location
randomanderson 3c28009
ssi_smoke, flaky, and esoteric jvms on master only
randomanderson 5c2c161
use normal runner when TestContainers isn't needed
randomanderson 67a45fe
skip forwarding header filter here too
randomanderson 96cfd44
tweaks
randomanderson 69dd021
limit executor size and fix IPV4 assumptions
randomanderson 0a21371
try more workers with less memory
randomanderson 848a328
set max memory for all crashtracking tests
randomanderson 196e96c
double retry
randomanderson 4b14d00
scale up memory, less jobs
randomanderson f9d56d8
revert memory bump, increase forked tests
randomanderson b99ac8d
tweaks
randomanderson daaa1a5
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 19ac6b4
add flag for nondefault jvms and flaky tests
randomanderson 3fc0b97
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson c3fd666
correct description
randomanderson 6e5f1a9
Externalize runtime processors override
randomanderson d0b313d
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 2b5d9ac
ExceptionHistogramTest exclusions already handled by master
randomanderson 0df2344
increase spring native build memory
randomanderson 8d74d0e
bump gradle build timeout
randomanderson e77ec82
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 545cf9a
Merge remote-tracking branch 'origin/master' into landerson/migrate-t…
randomanderson 99c67a3
bump graalvm compile memory
randomanderson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.