quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1565 (475B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 multi
      7 multi-threaded
      8 wakeup
      9 </keywords>
     10 </info>
     11 
     12 # Server-side
     13 <reply>
     14 <data nocheck="yes">
     15 HTTP/1.1 200 OK
     16 Content-Length: 3
     17 
     18 OK
     19 </data>
     20 </reply>
     21 
     22 # Client-side
     23 <client>
     24 <features>
     25 wakeup
     26 </features>
     27 <server>
     28 http
     29 </server>
     30 <tool>
     31 lib%TESTNUMBER
     32 </tool>
     33 <name>
     34 wakeup from another thread
     35 </name>
     36 <command>
     37 http://%HOSTIP:%HTTPPORT/1
     38 </command>
     39 </client>
     40 
     41 # Verify data after the test has been "shot"
     42 <verify>
     43 </verify>
     44 </testcase>