Skip to content

Commit

Permalink
Update report_command_bug_tcl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinKul28 authored Sep 8, 2024
1 parent b85d35d commit 83392ce
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/ISSUE_TEMPLATE/report_command_bug_tcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ assignees: ''

---

There is an inconsistent and incorrect behavior (probably a bug) in the current implementation of the `{CMD}` command and here are the details you need you reproduce it and fix it.

## Steps to reproduce

```
{steps_to_reproduce}
```

## Expected output

Expand All @@ -23,11 +19,6 @@ The expected output when the above set of commands when run on Redis
{expected_output}
```

You can find the related TCL test case - {tcl_testcase_link}

This test case should pass once this issue is fixed. The steps to run the test cases are mentioned
in the README of the [dice-tests repository](https://github.com/AshwinKul28/dice-tests/blob/main/README.md).

## Observed output

The observed output when the above set of commands when run on DiceDB
Expand All @@ -36,11 +27,18 @@ The observed output when the above set of commands when run on DiceDB
{observed_output}
```

The steps to run the test cases are mentioned in the README of the [dice-tests repository](https://github.com/AshwinKul28/dice-tests).


## Expectations for resolution

This issue will be considered resolved when the following things are done

1. changes in the [`dice`](https://github.com/dicedb/dice) code to meet the expected behavior
2. addition of new unit or integration tests in the [`dice`](https://github.com/dicedb/dice) repository
2. Successful run of the tcl test behavior

You can find the tests under the `tests` directory of the [`dice`](https://github.com/dicedb/dice) repository and the steps to run are in the [README file](https://github.com/dicedb/dice). Refer to the following links to set up DiceDB and Redis 7.2.5 locally

You can find the tests under the `tests` directory of the [`dice`](https://github.com/dicedb/dice) repository and the steps to run are in the [README file](https://github.com/dicedb/dice).
- [setup DiceDB locally](https://github.com/dicedb/dice)
- [setup Redis 7.2.5 locally](https://gist.github.com/arpitbbhayani/94aedf279349303ed7394197976b6843)
- [setup DiceDB CLI](https://github.com/dicedb/dice)

0 comments on commit 83392ce

Please sign in to comment.