Prashant Shubham

Results 47 issues of Prashant Shubham

**Describe the bug** Different roles are not getting detected for given MFA serial configs **To reproduce** - Open AWS toolkit and none of the profiles don't show up - ![image](https://user-images.githubusercontent.com/13472823/152682032-cfc729e6-d669-4312-b892-f48bf3b5a696.png)...

bug
needs-repro

We are introducing a new flag `--no-executions-summary` on enabling which it skips addition of request, response to summary executions report generated for the specified reporters. Also when `cli` is introduced...

feature
product/newman

Added integration test for file upload of 50 MB.

** Check if you're in the correct repository ** This repository only covers bugs in the backend and web UI of alovoa.com only. **Describe the bug** A clear and concise...

Facing this warn error when running server examples: `2018-12-18 00:59:16.605:WARN:oejut.QueuedThreadPool:qtp1531448569-11: java.lang.NoSuchFieldError: state at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:211) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037) at sun.security.ssl.Handshaker$1.run(Handshaker.java:970) at sun.security.ssl.Handshaker$1.run(Handshaker.java:967) at java.security.AccessController.doPrivileged(Native Method) at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1459) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:613) at org.eclipse.jetty.server.NegotiatingServerConnection.fill(NegotiatingServerConnection.java:153) at...

Issue: Error while building with make: array must be initialized with a brace enclosed initializer Fix: Enclosing array initialisation with proper braces.

In `core` package many files don't have unit tests associated to them. Create unit tests for those e.g: `eval.go, commands.go, events.go`.

- Adding unit tests for `eval.go` file - Few test cases are blocked due to [GH-201](https://github.com/DiceDB/dice/issues/201), would update once issue is resolved.

### Change Details: - Added support for `PXAT` in `SET` command similar to the [PXAT option in Redis](https://redis.io/docs/latest/commands/set/). - Format: ` SET key val PXAT unix-time-milliseconds` - Added unit and...