Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
3fcc3668
Unverified
Commit
3fcc3668
authored
Feb 28, 2018
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Un-ignore test now that reactor-netty has fixed the issue.
see
https://github.com/reactor/reactor-netty/issues/292
parent
9f1dee5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
HystrixWebfluxEndpointTests.java
...rk/cloud/netflix/hystrix/HystrixWebfluxEndpointTests.java
+4
-7
No files found.
spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/hystrix/HystrixWebfluxEndpointTests.java
View file @
3fcc3668
...
...
@@ -19,11 +19,14 @@ package org.springframework.cloud.netflix.hystrix;
import
java.util.Map
;
import
com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand
;
import
org.apache.commons.logging.Log
;
import
org.apache.commons.logging.LogFactory
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
reactor.core.publisher.Flux
;
import
reactor.test.StepVerifier
;
import
org.springframework.boot.SpringBootConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
;
import
org.springframework.boot.autoconfigure.EnableAutoConfiguration
;
...
...
@@ -39,13 +42,8 @@ import org.springframework.web.bind.annotation.RequestMapping;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.reactive.function.client.WebClient
;
import
com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand
;
import
static
org
.
springframework
.
boot
.
test
.
context
.
SpringBootTest
.
WebEnvironment
.
RANDOM_PORT
;
import
reactor.core.publisher.Flux
;
import
reactor.test.StepVerifier
;
/**
* @author Dave Syer
* @author Spencer Gibb
...
...
@@ -63,7 +61,6 @@ public class HystrixWebfluxEndpointTests {
private
int
port
;
@Test
@Ignore
public
void
hystrixStreamWorks
()
{
String
url
=
"http://localhost:"
+
port
;
// you have to hit a Hystrix circuit breaker before the stream sends anything
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment