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
4e706c97
Commit
4e706c97
authored
1 year ago
by
Derek Hudson
Browse files
Options
Downloads
Patches
Plain Diff
Ignore indexer notification integration test.
parent
24126ff6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!454
AWS - Merge from dev
Changes
1
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
+2
-0
2 additions, 0 deletions
...notification/subscriptions/TestNotificationsEndpoint.java
with
2 additions
and
0 deletions
testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java
+
2
−
0
View file @
4e706c97
...
...
@@ -26,6 +26,7 @@ import com.amazonaws.services.sqs.model.ReceiveMessageRequest;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
org.junit.After
;
import
org.junit.BeforeClass
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.opengroup.osdu.core.common.http.json.HttpResponseBodyMapper
;
import
org.opengroup.osdu.core.common.model.http.DpsHeaders
;
...
...
@@ -349,6 +350,7 @@ public class TestNotificationsEndpoint {
}
@Test
@Ignore
(
"On the pipeline, this integration test can take way more than 10 minutes, which is determined to be unrealistic."
)
public
void
test_Indexer_Notifications_Received
()
throws
Exception
{
synchronized
(
mutex
)
{
PushQueue
storageQueue
=
queues
.
get
(
INDEXER_STORAGE_STORAGE_QUEUE_NUM
);
...
...
This diff is collapsed.
Click to expand it.
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