buyingyi | 71f06c7 | 2012-11-29 05:06:16 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Description : This test case is to verify the fix for issue29 |
| 3 | : https://code.google.com/p/asterixdb/issues/detail?id=29 |
| 4 | * Expected Res : Success |
| 5 | * Date : 26th November 2012 |
| 6 | */ |
| 7 | |
| 8 | write output to nc1:"rttest/open-closed_query-issue29.adm"; |
| 9 | |
| 10 | let $tweets := |
| 11 | {{ |
| 12 | { |
| 13 | "tweetid": "1023", |
| 14 | "user": { |
| 15 | "screen-name": "dflynn24", |
| 16 | "lang": "en", |
| 17 | "friends_count": 46, |
| 18 | "statuses_count": 987, |
| 19 | "name": "danielle flynn", |
| 20 | "followers_count": 47 |
| 21 | }, |
| 22 | "sender-location": "40.904177,-72.958996", |
| 23 | "send-time": "2010-02-21T11:56:02-05:00", |
| 24 | "referred-topics": {{ "verizon" }}, |
| 25 | "message-text": "i need a #verizon phone like nowwwww! :(" |
| 26 | }, |
| 27 | { |
| 28 | "tweetid": "1024", |
| 29 | "user": { |
| 30 | "screen-name": "miriamorous", |
| 31 | "lang": "en", |
| 32 | "friends_count": 69, |
| 33 | "statuses_count": 1068, |
| 34 | "name": "Miriam Songco", |
| 35 | "followers_count": 78 |
| 36 | }, |
| 37 | "send-time": "2010-02-21T11:11:43-08:00", |
| 38 | "referred-topics": {{ "commercials", "verizon", "att" }}, |
| 39 | "message-text": "#verizon & #att #commercials, so competitive" |
| 40 | }, |
| 41 | { |
| 42 | "tweetid": "1025", |
| 43 | "user": { |
| 44 | "screen-name": "dj33", |
| 45 | "lang": "en", |
| 46 | "friends_count": 96, |
| 47 | "statuses_count": 1696, |
| 48 | "name": "Don Jango", |
| 49 | "followers_count": 22 |
| 50 | }, |
| 51 | "send-time": "2010-02-21T12:38:44-05:00", |
| 52 | "referred-topics": {{ "charlotte" }}, |
| 53 | "message-text": "Chillin at dca waiting for 900am flight to #charlotte and from there to providenciales" |
| 54 | }, |
| 55 | { |
| 56 | "tweetid": "1026", |
| 57 | "user": { |
| 58 | "screen-name": "reallyleila", |
| 59 | "lang": "en", |
| 60 | "friends_count": 106, |
| 61 | "statuses_count": 107, |
| 62 | "name": "Leila Samii", |
| 63 | "followers_count": 52 |
| 64 | }, |
| 65 | "send-time": "2010-02-21T21:31:57-06:00", |
| 66 | "referred-topics": {{ "verizon", "at&t", "iphone" }}, |
| 67 | "message-text": "I think a switch from #verizon to #at&t may be in my near future... my smartphone is like a land line compared to the #iphone!" |
| 68 | } |
| 69 | }} |
| 70 | return $tweets |