Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
e02fde19
Commit
e02fde19
authored
1 month ago
by
Derek Hudson
Browse files
Options
Downloads
Patches
Plain Diff
Testing another potential fix.
parent
a09dd012
Branches
trusted-aws-allow-some-indexer-failures
No related tags found
1 merge request
!563
Testing with allowing some indexer failures in the Notification integration tests.
Pipeline
#311694
failed
1 month ago
Stage: review
Stage: build
Stage: csp-build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: acceptance
Stage: publish
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java
+3
-1
3 additions, 1 deletion
...notification/subscriptions/TestNotificationsEndpoint.java
with
3 additions
and
1 deletion
testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java
+
3
−
1
View file @
e02fde19
...
...
@@ -393,8 +393,10 @@ public class TestNotificationsEndpoint {
List
<
Message
>
sqsMessages
=
messagesLists
.
get
(
0
);
storageUtils
.
assertFirstMessagesSimilar
(
expectedStorageMessage
,
sqsMessages
);
int
failedCount
=
0
;
int
timeout
=
300
;
while
(
failedCount
<
MAX_RETRIES
)
{
messagesLists
=
pollForMessages
(
indexerQueue
);
messagesLists
=
pollForMessages
(
timeout
,
1
,
indexerQueue
);
timeout
=
30
;
assertEquals
(
1
,
messagesLists
.
size
());
Instant
end
=
Instant
.
now
();
sqsMessages
=
messagesLists
.
get
(
0
);
...
...
This diff is collapsed.
Click to expand it.
Derek Hudson
@dhudsons
mentioned in commit
1c5f0006
·
1 month ago
mentioned in commit
1c5f0006
mentioned in commit 1c5f0006f99bd4aa882aadbb0bb7b351b27ba824
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment