Shane Dowrich and Jason Holder helped Windies recover from an early wobble and post 132 for 5 in the heavily truncated opening day of the third and final Test in Barbados on Saturday (June 23). Only 46.3 overs of play was possible on the first day of the first-ever Day-Night Test in the Caribbean after several rain interruptions in all three sessions.
In the lead up to the Test, Sri Lanka fought all the wrong battles. And as a result of that, made all the wrong noises. Dinesh Chandimal was suspended and things didn’t help when Jeffery Vandersay was sent back home because of disciplinary issues. That Rangana Herath failed to recover in time from his injury to walk into the playing XI set them back too. Suranga Lakmal was tasked to lead a depleted side and he gave them the perfect start after Windies, surprisingly, opted to bat on a green, lively surface.
Jeffrey Vandersay sent home for disciplinary reasons
Sri Lanka have sent legspinner Jeffrey Vandersay home on disciplinary grounds ahead…
Inside the first six overs, Windies found themselves stuttering at 8 for 3 with their top three ripped out of the equation. Lakmal sent back Devon Smith in the first over and then Kraigg Brathwaite in the fifth. Lahiru Kumara then accounted for Kieran Powell in the next over to leave the hosts wondering if they made the right decision at the toss.
Lakmal to lead Sri Lanka in third Test against WI
Seamer Suranga Lakmal was named the skipper of the Sri Lankan team, as confirmed by Sri Lanka…
Roston Chase and Shai Hope were tasked to repair the damage before the first rain interruption struck. Once the players came back onto the field, Windies were dealt with another unkind cut as they lost Chase just before Tea. Things further deteriorated once Hope was dismissed soon into the second session with just 53 on the board.
Can Chandimal-less Sri Lanka turn things around?
Sri Lanka came in-to this series as firm favorites after showing good form in Test cricket…
With half the side gone inside 24 overs, Holder’s worst nightmares were coming true as he walked out to bat. However, he, along with Dowrich, came up with some stern resistance to take the innings forward. They were positive and raised an unbeaten 79-run stand off 140 deliveries to take the team past 130.
Chandimal has let down his supporters
Why do famous sportsmen let you down so badly? Lance Armstrong was the ultimate role…
Dowrich, in the process, also became the first Windies ‘keeper to score three half-centuries in all of the three matches in the series before the third interruption cut short the day’s play. Lakmal and Rajitha bagged two wickets apiece while Kumara had one as the visitors left all the controversies behind and made a promising start to their bid of levelling the series.
// 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
204/10 & 93/10
(31.2 overs)
Result
Sri Lanka
154/10 & 144/6
(40.2 overs)
Srilanka won by 4 wickets
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Devon Smith | c D.De.Silva b S.Lakmal | 2 | 5 | |||
Kraig Brathwaite | c D.Gunathilake b S.Lakmal | 2 | 14 | |||
Keiran Powell | c K.Mendis b L.Kumara | 4 | 10 | |||
Shai Hope | c K.Mendis b K.Rajitha | 11 | 49 | |||
Roston Chase | b K.Rajitha | 14 | 30 | |||
Shane Dowrich | lbw by L.Kumara | 71 | 132 | |||
Jason Holder | c D.Perera b K.Rajitha | 74 | 123 | |||
Devendra Bishoo | c K.Mendis b L.Kumara | 0 | 13 | |||
Kemar Roach | not out | 11 | 17 | |||
Miguel Cummins | c K.Mendis b D.Perera | 2 | 18 | |||
Shanon Gabriel | c N.Dickwella b L.Kumara | 2 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 19 | 5 | 52 | 2 | 2.74 |
Lahiru Kumara | 23.3 | 5 | 58 | 4 | 2.49 |
Kasun Rajitha | 17 | 1 | 68 | 3 | 4.00 |
Dilruwan Perera | 10 | 3 | 16 | 1 | 1.60 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c S.Dowrich b K.Roach | 0 | 9 | |||
Mahela Udawatte | lbw by K.Roach | 4 | 18 | |||
Danushka Gunathilake | lbw by J.Holder | 29 | 73 | |||
Kusal Mendis | b S.Gabriel | 22 | 59 | |||
Dananjaya De Silva | lbw by S.Gabriel | 8 | 10 | |||
Roshen Silva | c S.Dowrich b S.Gabriel | 11 | 53 | |||
Niroshan Dickwella | c D.Smith b J.Holder | 42 | 72 | |||
Dilruwan Perera | not out | 11 | 48 | |||
Suranga Lakmal | c (sub)K.Paul b J.Holder | 0 | 4 | |||
Kasun Rajitha | b J.Holder | 0 | 11 | |||
Lahiru Kumara | (runout) J.Holder | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 12 | 5 | 30 | 2 | 2.50 |
Shanon Gabriel | 15 | 2 | 52 | 3 | 3.47 |
Miguel Cummins | 15 | 6 | 29 | 0 | 1.93 |
Jason Holder | 16 | 8 | 19 | 4 | 1.19 |
Devendra Bishoo | 1 | 0 | 1 | 0 | 1.00 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c M.Udawatta b S.Lakmal | 2 | 9 | |||
Devon Smith | b S.Lakmal | 0 | 4 | |||
Kieran Powell | c N.Dickwella b L.Kumara | 7 | 14 | |||
Shai Hope | b L.Kumara | 0 | 2 | |||
Roston Chase | c K.Perera b S.Lakmal | 5 | 13 | |||
Shane Dowrich | c S.Lakmal b K.Rajitha | 16 | 31 | |||
Jason Holder | c K.Mendis b K.Rajitha | 15 | 30 | |||
Devendra Bishoo | b K.Rajitha | 0 | 2 | |||
Kemar Roach | not out | 23 | 37 | |||
Miguel Cummins | c D.De.Silva b D.Perera | 14 | 37 | |||
Shanon Gabriel | (runout) (K.Rajitha/N.Dickwella) | 6 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 11.3 | 3 | 25 | 3 | 2.21 |
Lahiru Kumara | 8.2 | 1 | 31 | 2 | 3.78 |
Kasun Rajitha | 8 | 1 | 20 | 3 | 2.50 |
Dilruwan Perera | 3.3 | 0 | 13 | 1 | 3.94 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilake | c D.Bishoo b J.Holder | 21 | 30 | |||
Mahela Udawatta | lbw by K.Roach | 0 | 6 | |||
Dananjaya De Silva | b J.Holder | 17 | 29 | |||
Kusal Mendis | lbw by J.Holder | 25 | 44 | |||
Roshen Silva | c D.Smith b J.Holder | 1 | 7 | |||
Niroshan Dickwella | b J.Holder | 6 | 15 | |||
Dilruwan Perera | not out | 23 | 68 | |||
Kusal Perera | not out | 28 | 43 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 10 | 1 | 33 | 1 | 3.30 |
Shanon Gabriel | 9 | 1 | 26 | 0 | 2.89 |
Jason Holder | 14.2 | 4 | 41 | 5 | 2.89 |
Miguel Cummins | 6 | 1 | 17 | 0 | 2.83 |
Devendra Bishoo | 1 | 0 | 4 | 0 | 4.00 |