Commit 01eaf53b authored by WuYunlong's avatar WuYunlong
Browse files

Add tcl regression test in scripting.tcl to reproduce memory leak.

parent 2400f578
...@@ -741,3 +741,8 @@ start_server {tags {"scripting repl"}} { ...@@ -741,3 +741,8 @@ start_server {tags {"scripting repl"}} {
} }
} }
start_server {tags {"scripting"}} {
r script debug sync
r eval {return 'hello'} 0
r eval {return 'hello'} 0
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment