Jason Mills

Results 13 issues of Jason Mills

Use case: Testing a system where objects are expired from a database at scheduled times, how does one force the scheduler to run jobs? Is it as simple as creating...

I was wondering if this product has some built in ability to deal with multiple scheduler processes? In the case of RQ workers distributed across multiple hosts with clustered Redis,...

Can someone give me a hint on how I would write the config to source authentication from LDAP, and then specify access control based on group? Essentially I want members...

It would be nice to be able to breakout tests on a container into sub-commands, this would be useful for CI/CD integration v. Developer workflow. Example, a python app that...

If I build push from a develop branch, my latest tag will map to that build, but when I build from my master branch (stable) my latest tag will map...

Would it be possible to do one pass to correct multiple passes. In other words, give it a set of authors to all get corrected to one author.

It seems that redirects will change the HTTP verb used for a request, thus breaking RESTful interaction. For example an app that redirects http to https will transform a `myapi.fragment.POST()`...

**Describe the bug** At rev `89f4a90` Example test is failing **To Reproduce** run anything that listens on port `8080`, then `make test` **Expected behavior** Passing tests **Additional context** ``` ---...

test-issue

The application works excellent for developing and testing patterns. A couple things that I think would greatly improve work flow (especially when building generic patterns files) would be: - Multiple...

As multiple  `As` annotations are supported, it would make sense to support multiple ResultTag annotations. Currently this code fails with `cannot apply more than one line of ResultTags` ```go func...

enhancement