Ben Broderick Phillips

Results 10 issues of Ben Broderick Phillips

I think these are unnecessary and add unnecessary time to the pipeline.

Central-EngSys

The goal for smoke tests is to catch and block on dependency issues before release. Delete the legacy smoke tests for each language (applies to net, python, java). Pull in...

Client
test-enhancement
MQ

Adding check enforcer v2 action to repository. See https://github.com/Azure/azure-sdk-tools/pull/3287 for details.

Central-EngSys

Fixes https://github.com/Azure/azure-sdk-tools/issues/4257 This adds support to the recording package to work with [test proxy asset sync](https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/documentation/asset-sync/README.md), which will allow the test recordings to be moved out of the go repository...

EngSys
Central-EngSys

The stress deployment pipeline is currently broken because these stress tests use the deploy job template but do not include a bicep file. This PR switches the tests to use...

EngSys
Central-EngSys

This PR adds the option to specify a handlerNamespace or eventNamespace attribute, rather than having the eventNamespace be automatically prefixed with fsm.namespace. In my specific use case of machina.postal, I...

Caused by: java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:444) at sun.nio.ch.Net.bind(Net.java:436) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.simpleframework.transport.connect.Acceptor.bind(Acceptor.java:171) at org.simpleframework.transport.connect.Acceptor.(Acceptor.java:88) at org.simpleframework.transport.connect.Listener.(Listener.java:78) at org.simpleframework.transport.connect.ListenerManager.listen(ListenerManager.java:90) at org.simpleframework.transport.connect.ListenerManager.listen(ListenerManager.java:73) at org.simpleframework.transport.connect.SocketConnection.connect(SocketConnection.java:106)...

Adds windows+amd64 to the release configuration so copa can run on windows OS (but still target a linux container). Tested: ``` ⇉ ⇉ ⇉ goreleaser release --snapshot --clean --config .goreleaser.yml...

If this is not necessary for tests we should turn it off. I'm not sure if search is the problem here but our live test cleanup scripts get pretty gummed...

Central-EngSys