-
Notifications
You must be signed in to change notification settings - Fork 354
Windows build and test support for 1.3 #2291
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
2393d50
Updated CI for Windows
peternied 04de2c6
Remove tasks that should not be executed
peternied 113ebc8
Remove mac and JDK14
peternied 8597c1c
Add CI for Windows and MacOS platforms (#2190)
peternied 71a3225
Fix windows encoding issues (#2206)
peternied c43498c
Fix Missing Constructors in JDK8
peternied 258043a
Fix missing Pattern.asMatchPredicate(...) in JDK8
peternied cb0bd6a
[Backport] WebhookAuditLogTest find free port from #1638
peternied 083a74f
Add signal/wait model for TestAuditlogImpl (#1758)
peternied 63d5424
Remove unused queries into cluster health before returning from inita…
peternied 723148a
Add build artifacts names back into the test workflow
peternied 6d15e82
Pull in the latest updates to TestAuditlogImpl
peternied 0c5be45
Fix JDK8 missing features
peternied 539730f
Jdk14 for OpenSearch 1.3 support (#6)
stephen-crawford 4e197ad
Fixing test failures
peternied 0523b3c
Remove duplicate test suite
peternied a9ad24e
Make the config file dynamically pick up the port
peternied 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,7 @@ plugins { | |
| id "nebula.ospackage" version "9.0.0" | ||
| id "com.google.osdetector" version "1.7.0" | ||
| id "org.gradle.test-retry" version "1.3.1" | ||
| id "com.github.spotbugs" version "5.0.13" | ||
| } | ||
| import org.gradle.crypto.checksum.Checksum | ||
|
|
||
|
|
@@ -164,6 +165,7 @@ publishing { | |
|
|
||
| tasks.withType(JavaCompile) { | ||
| options.encoding = 'UTF-8' | ||
| options.warnings = false | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New: We are never going to fix the warnings emitted during compile in 1.3 and they were slowing me down |
||
| } | ||
|
|
||
| static def getTimestamp() { | ||
|
|
@@ -223,6 +225,13 @@ testsJar { | |
| libsDirName = '.' | ||
| } | ||
|
|
||
| spotbugs { | ||
| includeFilter = file('spotbugs-include.xml') | ||
| } | ||
|
|
||
| spotbugsTest { | ||
| enabled = false | ||
| } | ||
|
|
||
| test { | ||
| maxParallelForks = 3 | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <FindBugsFilter> | ||
| <Match> | ||
| <Bug category="I18N" /> | ||
| </Match> | ||
| </FindBugsFilter> |
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
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
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
Oops, something went wrong.
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.