Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1.  
  2. Logged warnings (pid 12599):
  3. (none)
  4.  
  5. [exception]: Executing test client: ERR Error running script (call to f_b8a004ff6ffb3007ac9f4b1568152759f68b002a): @enable_strict_lua:14: user_script:3: Script attempted to access unexisting global variable 'cjson'.
  6. ERR Error running script (call to f_b8a004ff6ffb3007ac9f4b1568152759f68b002a): @enable_strict_lua:14: user_script:3: Script attempted to access unexisting global variable 'cjson'
  7.     while executing
  8. "[srv $level "client"] {*}$args"
  9.     (procedure "r" line 7)
  10.     invoked from within
  11. "r eval {return
  12.                 table.concat(
  13.                   cjson.decode(
  14.                    "[0.0, -5e3, -1, 0.3e-3, 1023.2, 0e10]"), " ")
  15.    ..."
  16.     ("uplevel" body line 5)
  17.     invoked from within
  18. "uplevel 1 $code"
  19.     (procedure "test" line 29)
  20.     invoked from within
  21. "test {EVAL - JSON numeric decoding} {
  22.        # We must return the table as a string because otherwise
  23.        # Redis converts floats to ints and we ..."
  24.     ("uplevel" body line 187)
  25.     invoked from within
  26. "uplevel 1 $code "
  27.     (procedure "start_server" line 3)
  28.     invoked from within
  29. "start_server {tags {"scripting"}} {
  30.    test {EVAL - Does Lua interpreter replies to our requests?} {
  31.        r eval {return 'hello'} 0
  32.    } {hello}
  33. ..."
  34.     (file "tests/unit/scripting.tcl" line 1)
  35.     invoked from within
  36. "source $path"
  37.     (procedure "execute_tests" line 4)
  38.     invoked from within
  39. "execute_tests $data"
  40.     (procedure "test_client_main" line 10)
  41.     invoked from within
  42. "test_client_main $::test_server_port "
  43. make[1]: *** [test] Error 1
  44. make: *** [test] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement