@@ -10050,7 +10050,7 @@ var _ = Describe("artemis controller", func() {
10050
10050
By ("checking pod 0 status that has properties applied" )
10051
10051
podWithOrdinal0 := namer .CrToSS (crd .Name ) + "-0"
10052
10052
10053
- curlUrl := "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /Status"
10053
+ curlUrl := "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /Status"
10054
10054
curlCmd := []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10055
10055
Eventually (func (g Gomega ) {
10056
10056
result , err := RunCommandInPod (podWithOrdinal0 , crd .Name + "-container" , curlCmd )
@@ -10061,7 +10061,7 @@ var _ = Describe("artemis controller", func() {
10061
10061
g .Expect (* result ).NotTo (ContainSubstring ("broker-1.globalMem.properties" ))
10062
10062
}, existingClusterTimeout , existingClusterInterval ).Should (Succeed ())
10063
10063
10064
- curlUrl = "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /GlobalMaxSize"
10064
+ curlUrl = "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /GlobalMaxSize"
10065
10065
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10066
10066
Eventually (func (g Gomega ) {
10067
10067
result , err := RunCommandInPod (podWithOrdinal0 , crd .Name + "-container" , curlCmd )
@@ -10073,7 +10073,7 @@ var _ = Describe("artemis controller", func() {
10073
10073
By ("checking pod 1 status that has properties applied" )
10074
10074
podWithOrdinal1 := namer .CrToSS (crd .Name ) + "-1"
10075
10075
10076
- curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /Status"
10076
+ curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /Status"
10077
10077
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10078
10078
Eventually (func (g Gomega ) {
10079
10079
result , err := RunCommandInPod (podWithOrdinal1 , crd .Name + "-container" , curlCmd )
@@ -10084,7 +10084,7 @@ var _ = Describe("artemis controller", func() {
10084
10084
g .Expect (* result ).NotTo (ContainSubstring ("broker-0.globalMem.properties" ))
10085
10085
}, existingClusterTimeout , existingClusterInterval ).Should (Succeed ())
10086
10086
10087
- curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /GlobalMaxSize"
10087
+ curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /GlobalMaxSize"
10088
10088
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10089
10089
Eventually (func (g Gomega ) {
10090
10090
result , err := RunCommandInPod (podWithOrdinal1 , crd .Name + "-container" , curlCmd )
@@ -10155,7 +10155,7 @@ var _ = Describe("artemis controller", func() {
10155
10155
By ("checking pod 0 status that has properties applied" )
10156
10156
podWithOrdinal0 := namer .CrToSS (crd .Name ) + "-0"
10157
10157
10158
- curlUrl := "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /Status"
10158
+ curlUrl := "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /Status"
10159
10159
curlCmd := []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10160
10160
Eventually (func (g Gomega ) {
10161
10161
result , err := RunCommandInPod (podWithOrdinal0 , crd .Name + "-container" , curlCmd )
@@ -10166,7 +10166,7 @@ var _ = Describe("artemis controller", func() {
10166
10166
g .Expect (* result ).NotTo (ContainSubstring ("broker-1.globalMem.json" ))
10167
10167
}, existingClusterTimeout , existingClusterInterval ).Should (Succeed ())
10168
10168
10169
- curlUrl = "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /GlobalMaxSize"
10169
+ curlUrl = "http://" + podWithOrdinal0 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /GlobalMaxSize"
10170
10170
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10171
10171
Eventually (func (g Gomega ) {
10172
10172
result , err := RunCommandInPod (podWithOrdinal0 , crd .Name + "-container" , curlCmd )
@@ -10178,7 +10178,7 @@ var _ = Describe("artemis controller", func() {
10178
10178
By ("checking pod 1 status that has properties applied" )
10179
10179
podWithOrdinal1 := namer .CrToSS (crd .Name ) + "-1"
10180
10180
10181
- curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /Status"
10181
+ curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /Status"
10182
10182
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10183
10183
Eventually (func (g Gomega ) {
10184
10184
result , err := RunCommandInPod (podWithOrdinal1 , crd .Name + "-container" , curlCmd )
@@ -10189,7 +10189,7 @@ var _ = Describe("artemis controller", func() {
10189
10189
g .Expect (* result ).NotTo (ContainSubstring ("broker-0.globalMem.json" ))
10190
10190
}, existingClusterTimeout , existingClusterInterval ).Should (Succeed ())
10191
10191
10192
- curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=\" amq -broker\" /GlobalMaxSize"
10192
+ curlUrl = "http://" + podWithOrdinal1 + ":8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22amq -broker%22 /GlobalMaxSize"
10193
10193
curlCmd = []string {"curl" , "-s" , "-H" , "Origin: http://localhost:8161" , "-u" , "user:password" , curlUrl }
10194
10194
Eventually (func (g Gomega ) {
10195
10195
result , err := RunCommandInPod (podWithOrdinal1 , crd .Name + "-container" , curlCmd )
0 commit comments