Jigar Joshi

Results 7 issues of Jigar Joshi

I have a Java project with a test similar to this ``` import org.junit.Test; public class FooTest { static { System.out.println("line1"); System.err.println("line2"); } @Test public void test1(){ // some test...

https://github.com/cbeust/testng/issues/492 adding support for allowing user to prioritize class loader's sequence, by differently specifying global (`static`) `ClassLoaders` and `Object`'s `ClassLoader`

I have similar set up as `/test/app/`, I get the coverage report, however when I attempt to drill down to file to see which line has been covered it throws...

## Describe your changes Break the tenant reload transaction further. batch 10 search index per transaction. ## How best to test these changes Test it on dev. ## Issue ticket...

medium
large

Support role based access control in Tigris. For the initial phase - Support three roles [owner, editor, readonly]. - The user who creates the namespace becomes owner. - The user...

auth

Tigris currently supports filtering on field with certain values (including null). This ask is to support filtering of documents with non existing field. For example for People collection: ``` [...

query processing
server-side improvements

**Describe the bug** If user by mistake starts nested interactive transaction. Their code will run into unexpected behavior. This is something we can detect from client SDK and warn/error on...

bug