A match defining ton from Shane Dowrich and a few valuable cameos from the tail-enders guided the hosts, West Indies, to a formidable first innings total of 414 before declaring their innings in the latter part of the day. Sri Lankans were given 16 overs to survive and they were 31 for 3 at stumps on day two of the 1st Test Match at Queens Park Oval, West Indies.
It was a brilliant day of Test cricket. Top class seam bowling, stubborn batting resistance and typical Sri Lankan defensive captaincy. It is fair to say the hosts dominated day 2 while the visiting Sri Lankans toiled hard until the end of the day.
With only 246 runs on board for the loss of 6 wickets, the Windies were in a spot of bother. The Lankans would have fancied their chances to bundle them out under 350 but their approach said otherwise. Lakmal and Kumara had the ball talking early on but Dowrich and Bishoo had the luck running in favour of them.
The pair got through the tough first hour and that was all for the 1st session as the heavens opened up and washed up the rest of the session. After the resumption however, skipper Dinesh Chandimal was found wanting for some attacking captaincy. It was a typical approach of the Lankan captain in the recent past, just letting things flow and trying not to force the matter. The bowlers however toiled hard once again. They didn’t let the batsmen get away with easy runs and that kept the run rate under control right throughout the second session.
Even though Lakmal got the better of Bishoo after a stubborn 40 off 160 balls, it was Shane Dowrich who stole the spotlight with his match defining test ton. It was his second and it was also the highest ever score by a West Indian wicket keeper against Sri Lanka.
The hosts came out in the 3rd session with intent. Kemar Roach managed to hit a few lusty blows as he added a quick fire 39 to take Windies to a formidable total of 414 runs for their first innings. Lahiru Kumara was the pick of the bowlers in his comeback test match with figures of 4 for 95.
His mammoth spell of 31 overs had real venom and spice which caused a lot of trouble to the batsmen. Lakmal too bowled brilliantly but the spinners could not find any assistance from the pitch which was expected to become slower as the game progressed.
The visitors had 16 overs to survive before close of play. Once again, the seamers were simply on fire. The hostile bowling of the Windies seamers had the Sri Lankan top order jumping and ducking for dear life. Kusal Perera perished for a golden duck and his partner Kusal Mendis nicked one straight to 2nd slip for 4. It was up to the two most experienced players of the side to see off the day, but matters went from bad to worse as Angelo Mathews was caught in the slips off the bowling of Jason Holder.
The visitors were in a tight spot at stumps at 31 for 3, trailing by 383 runs. Skipper Chandimal and Roshen Silva will resume play tomorrow with a huge responsibility on their shoulders.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
West Indies
414/8 & 223/7
(72 overs)
Result
Sri Lanka
185/10 & 226/10
(83.2 overs)
West indies won by 226 runs
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b S.Lakmal | 3 | 13 | |||
Devon Smith | (runout) L.Kumara/N.Dickwella | 7 | 21 | |||
Keiran Powell | b L.Kumara | 38 | 68 | |||
Shai Hope | c N.Dickwella b L.Kumara | 44 | 70 | |||
Roston Chase | c A.Mathews b R.Herath | 38 | 83 | |||
Shane Dowrich | not out | 125 | 325 | |||
Jason Holder | c N.Dickwella b L.Kumara | 40 | 88 | |||
Devendra Bishoo | c R.Silva b S.Lakmal | 40 | 160 | |||
Kemar Roach | c D.Chandimal b L.Kumara | 39 | 95 | |||
Miguel Cummins | not out | 0 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 29 | 11 | 55 | 2 | 1.90 |
Lahiru Gamage | 26 | 6 | 67 | 0 | 2.58 |
Dilruwan Perera | 35 | 5 | 84 | 0 | 2.40 |
Lahiru Kumara | 31 | 4 | 95 | 4 | 3.06 |
Rangana Herath | 32 | 9 | 67 | 1 | 2.09 |
Kusal Mendis | 1 | 0 | 12 | 0 | 12.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Mendis | c J.Holder b S.Gabriel | 4 | 11 | |||
Kusal Perera | c R.Chase b K.Roach | 0 | 1 | |||
Dinesh Chandimal | c R.Chase b S.Gabriel | 44 | 121 | |||
Angelo Mathews | c R.Chase b J.Holder | 11 | 15 | |||
Roshen Silva | b K.Roach | 5 | 11 | |||
Niroshen Dickwella | (runout) K.Brathwaite | 31 | 78 | |||
Dilruwan Perera | c S.Hope b D.Bishoo | 20 | 44 | |||
Rangana Herath | c (SUB) S.Hetmeyer b M.Cummins | 5 | 15 | |||
Suranga Lakmal | c D.Bishoo b M.Cummins | 15 | 25 | |||
Lahiru Gamage | not out | 0 | 10 | |||
Lahiru Kumara | c S.Dowrich b M.Cummins | 8 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 10 | 3 | 34 | 2 | 3.40 |
Shanon Gabriel | 13 | 0 | 48 | 2 | 3.69 |
Miguel Cummins | 12.4 | 4 | 39 | 3 | 3.15 |
Jason Holder | 7 | 1 | 15 | 1 | 2.14 |
Devendra Bishoo | 13 | 2 | 25 | 1 | 1.92 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b L.Kumara | 16 | 56 | |||
Devon Smith | b S.Lakmal | 20 | 30 | |||
Keiran Powell | c sub (J.Vandersay) b D.Perera | 88 | 127 | |||
Shai Hope | c K.Mendis b L.Kumara | 1 | 6 | |||
Roston Chase | b R.Herath | 12 | 41 | |||
Shane Dowrich | lbw by L.Kumara | 13 | 57 | |||
Jason Holder | lbw by R.Herath | 39 | 40 | |||
Devendra Bishoo | not out | 16 | 45 | |||
Kemar Roach | not out | 11 | 31 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 12 | 2 | 32 | 1 | 2.67 |
Lahiru Gamage | 15 | 3 | 43 | 0 | 2.87 |
Rangana Herath | 24 | 5 | 52 | 2 | 2.17 |
Lahiru Kumara | 9 | 0 | 40 | 3 | 4.44 |
Dilruwan Perera | 12 | 1 | 50 | 1 | 4.17 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c D.Smith b S.Gabriel | 12 | 10 | |||
Kusal Mendis | c S.Dowrich b S.Gabriel | 102 | 210 | |||
Dinesh Chadimal | c K.Brathwaite b R.Chase | 27 | 83 | |||
Angelo Mathews | c S.Dowrich b J.Holder | 31 | 80 | |||
Roshen Silva | c & b D.Bishoo | 14 | 23 | |||
Lahiru Gamage | lbw by D.Bishoo | 3 | 49 | |||
Niroshan Dickwella | lbw by R.Chase | 19 | 32 | |||
Dilruwan Perera | not out | 3 | 8 | |||
Rangana Herath | c S.Hope b D.Bishoo | 0 | 7 | |||
Suranga Lakmal | c S.Dowrich b R.Chase | 1 | 4 | |||
Lahiru Kumara | c S.Dowrich b R.Chase | 0 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 15 | 3 | 57 | 0 | 3.80 |
Shanon Gabriel | 15 | 2 | 52 | 2 | 3.47 |
Jason Holder | 14 | 6 | 24 | 1 | 1.71 |
Miguel Cummins | 12 | 4 | 23 | 0 | 1.92 |
Devendra Bishoo | 19 | 2 | 48 | 3 | 2.53 |
Roston Chase | 8.2 | 1 | 15 | 4 | 1.83 |
3
sfczx
6
zxczxc
4
4 runs for chandimal
3
again 3 runs
2
2 runs for sri lanka
3
3 runs for sri lanka