-
Notifications
You must be signed in to change notification settings - Fork 6
US922349: integrating with latest dev build of worker-framework #124
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
Draft
DavidGerald-Milligan
wants to merge
21
commits into
develop
Choose a base branch
from
US922349
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
eecd5d7
intergating with latest dev build of worker-framework
DavidGerald-Milligan 7d1f42a
cfg update
DavidGerald-Milligan 6563258
Added MessageSystemConfiguration
DavidGerald-Milligan c69fcad
Added cfg
DavidGerald-Milligan 4d53324
Corrected cfg
DavidGerald-Milligan e6d92a3
Corrected cfg
DavidGerald-Milligan c221e00
Updated cfg
DavidGerald-Milligan 35340f5
Updated cfg
DavidGerald-Milligan 77bf1ac
Updated cfg
DavidGerald-Milligan 33590f6
Update to allow sqs testing
DavidGerald-Milligan ccc688d
Run tests for both sqs and rabbit
DavidGerald-Milligan 0a8ce0a
removed target dir
DavidGerald-Milligan 52cee14
Moved verify
DavidGerald-Milligan fcede5a
Added test container vars for jenkins
DavidGerald-Milligan 9ce9e3b
Added test container vars for jenkins
DavidGerald-Milligan e2555f2
update cfg for test framework
DavidGerald-Milligan 61c785e
merging test reports
DavidGerald-Milligan d0c7146
removed sqs hostname cfg
DavidGerald-Milligan d0956dd
removed redundant sys vars in pom
DavidGerald-Milligan 69aade7
Added publisher wait timeout
DavidGerald-Milligan 4166f7b
Updated test-config
DavidGerald-Milligan 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...tainer/test-configs/cfg~test~rabbitmq-worker-languagedetection~MessageSystemConfiguration
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,3 @@ | ||
{ | ||
"implementation": "${CAF_MESSAGING_IMPLEMENTATION:-this_should_get_ignored}" | ||
} |
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...-container/test-configs/cfg~test~sqs-worker-languagedetection~DocumentWorkerConfiguration
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,8 @@ | ||
{ | ||
"workerName": "LanguageDetectionWorker", | ||
"workerVersion": "2.3.1", | ||
"outputQueue": "LanguageDetectionWorker-output-1", | ||
"threads": 1, | ||
"maxBatchSize": 2, | ||
"maxBatchTime": 5000 | ||
} |
3 changes: 3 additions & 0 deletions
3
...ainer/test-configs/cfg~test~sqs-worker-languagedetection~FileSystemDataStoreConfiguration
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,3 @@ | ||
{ | ||
"dataDir": "${CAF_INTEGRATIONTESTS_FS_PATH:-/srv/common/webdav}" | ||
} |
12 changes: 12 additions & 0 deletions
12
...etection-container/test-configs/cfg~test~sqs-worker-languagedetection~HealthConfiguration
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,12 @@ | ||
{ | ||
"livenessInitialDelaySeconds": 15, | ||
"livenessCheckIntervalSeconds": 60, | ||
"livenessDowntimeIntervalSeconds": 60, | ||
"livenessSuccessAttempts": 1, | ||
"livenessFailureAttempts": 3, | ||
"readinessInitialDelaySeconds": 15, | ||
"readinessCheckIntervalSeconds": 60, | ||
"readinessDowntimeIntervalSeconds": 60, | ||
"readinessSuccessAttempts": 1, | ||
"readinessFailureAttempts": 3 | ||
} |
3 changes: 3 additions & 0 deletions
3
...n-container/test-configs/cfg~test~sqs-worker-languagedetection~HttpDataStoreConfiguration
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,3 @@ | ||
{ | ||
"url": "${CAF_WORKER_HTTP_DATASTORE_URL}" | ||
} |
3 changes: 3 additions & 0 deletions
3
...r/test-configs/cfg~test~sqs-worker-languagedetection~LanguageDetectionWorkerConfiguration
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,3 @@ | ||
{ | ||
"resultFormat": "SIMPLE" | ||
} |
3 changes: 3 additions & 0 deletions
3
...n-container/test-configs/cfg~test~sqs-worker-languagedetection~MessageSystemConfiguration
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,3 @@ | ||
{ | ||
"implementation": "${CAF_MESSAGING_IMPLEMENTATION:-this_should_get_ignored}" | ||
} |
8 changes: 8 additions & 0 deletions
8
...gedetection-container/test-configs/cfg~test~sqs-worker-languagedetection~SQSConfiguration
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,8 @@ | ||
{ | ||
"sqsProtocol": "http", | ||
"sqsHost": "sqs", | ||
"sqsPort": 4566, | ||
"sqsRegion": "us-east-1", | ||
"sqsAccessKey": "x", | ||
"sqsSecretAccessKey": "x" | ||
} |
13 changes: 13 additions & 0 deletions
13
...-container/test-configs/cfg~test~sqs-worker-languagedetection~SQSWorkerQueueConfiguration
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,13 @@ | ||
{ | ||
"inputQueue": "LanguageDetectionWorker-input-1", | ||
"retryQueue": "LanguageDetectionWorker-input-1", | ||
"pausedQueue": "LanguageDetectionWorker-paused-1", | ||
"rejectedQueue": "worker-rejected", | ||
"longPollInterval": 20, | ||
"maxNumberOfMessages": 10, | ||
"visibilityTimeout": 300, | ||
"messageRetentionPeriod": 1000, | ||
"maxDeliveries": 1000, | ||
"maxInflightMessages": 120000, | ||
"publisherWaitTimeout": 0 | ||
} |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidGerald-Milligan revert