Spencer Judge

Results 74 issues of Spencer Judge

Assuming this is actually something that makes sense to do and can be done (following up on that): When replaying, if a WFT application results in commands being produced which...

enhancement

Currently it's not super visible when this is the case. Log a warning.

enhancement

Right now you can kinda disable trace collection by using a very high filter setting, but this does not save on overhead as much as possible. Introduce an option for...

enhancement

Relates to https://github.com/temporalio/sdk-core/issues/224 A user has a need to limit the maximum number of activities targeting a certain resource and they do this by using many task queues. That's fine,...

enhancement

Tarpaulin supports uploading coverage to coveralls, we should do that since we already have an account and it's got a nice interface.

enhancement

We need a more ergonomic way to deal with payloads in testing (and of course eventually in the real Rust SDK). My initial inclination is to use `serde` traits as...

enhancement
Rust SDK

We have a handful of tests that require sleeps to get things to happen in an expected order. This is obviously not ideal. We need a reasonable way to wait...

enhancement
good first issue

Currently, the auto-generated help shows positional arguments as coming after all the optional arguments. I'd argue this is bad in more than just a subjective style sense, and leads users...

parser help

I have found that penetration queries seem to only sometimes work for compound shapes against compound shapes. I'm not sure what the circumstance is when they *do* work, but I...

bug
P-low

The plugin is reliably exiting 1, and hence failing my runs, with rather long runtimes. I have a 4 hour test which triggers this every time. My pipeline definition looks...