File tree 3 files changed +4
-0
lines changed
src/test/java/com/rabbitmq/client/test/functional
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ mv tls-gen/basic/result/server_$(hostname -s)_key.pem tls-gen/basic/result/serve
19
19
mv tls-gen/basic/server_$( hostname -s) tls-gen/basic/server
20
20
mv tls-gen/basic/client_$( hostname -s) tls-gen/basic/client
21
21
22
+ rm -rf rabbitmq-configuration
22
23
mkdir -p rabbitmq-configuration/tls
23
24
24
25
cp -R " ${PWD} " /tls-gen/basic/* rabbitmq-configuration/tls
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ mv tls-gen/basic/result/server_$(hostname -s)_key.pem tls-gen/basic/result/serve
19
19
mv tls-gen/basic/server_$( hostname -s) tls-gen/basic/server
20
20
mv tls-gen/basic/client_$( hostname -s) tls-gen/basic/client
21
21
22
+ rm -rf rabbitmq-configuration
22
23
mkdir -p rabbitmq-configuration/tls
23
24
24
25
cp -R " ${PWD} " /tls-gen/basic/* rabbitmq-configuration/tls
Original file line number Diff line number Diff line change 20
20
21
21
import java .io .IOException ;
22
22
23
+ import org .junit .jupiter .api .Disabled ;
23
24
import org .junit .jupiter .api .Test ;
24
25
25
26
import com .rabbitmq .client .GetResponse ;
@@ -67,6 +68,7 @@ protected void releaseResources() throws IOException {
67
68
assertNotNull (basicGet ());
68
69
}
69
70
71
+ @ Disabled ("Does not apply with Khepri (update datastore while second node is down)" )
70
72
@ Test public void semiDurableBindingRemoval () throws IOException {
71
73
if (clusteredConnection != null ) {
72
74
deleteExchange ("x" );
You can’t perform that action at this time.
0 commit comments