Dale Steyn picked up the wicket of Lahiru Thirimanne after Sri Lanka restricted hosts South Africa to 235 in their first innings, on day 1 of the 1st Test between Sri Lanka and South Africa at Kingsmead, Durban. At stumps, Sri Lanka were 49/1, trailing by 186.
Vishwa Fernando got Sri Lanka to the perfect start early on in the day, dismissing Dean Elgar with his 4th delivery (2nd over of the day) and should have had his second when he trapped Hashim Amla right in front two deliveries later. Unfortunately for the visitors however, due to a DRS timing error, they were deemed to have taken too long to make the referral and the 3rd umpire was not called upon to make a decision. Nevertheless, Lakmal sent Amla packing a few overs later via another sharp catch by Kusal Mendis at 2nd slip and Fernando bagged the scalp of Aidan Markram soon after to leave the Proteas tottering on 17/3.
Playing just 6 specialist batsmen in the game, it was imperative that South Africa put together a substantial stand and Captain Faf Du Plessis and Temba Bavuma threatened to do just that before Kasun Rajitha had the former caught down the leg side just before the lunch break.
Photo Album – Sri Lanka vs South Africa 1st Test 2019 | Day 1
Sri Lanka then had a stroke of luck half an hour into the post-lunch session, as a firm drive by Quinton De Kock, ricocheted off Vishwa Fernando’s boot onto the stumps to catch Bavuma marginally short of his crease at the non-striker’s end.
Wickets kept falling on one end, but De Kock held firm on the other, milking the runs of some loose bowling by the Sri Lankans. He put on invaluable partnerships of 21, 47, 33 and 26 alongside Vernon Philander, Keshav Maharaj, Dale Steyn and Duane Olivier respectively to ensure that South Africa posted a respectable total, given the conditions.
For Sri Lanka, Vishwa Fernando was the pick of the bowlers, registering career-best figures of 4/62 while Kasun Rajitha picked up 3/68 as the visitors managed to restrict South Africa to 235, a total they would have been more than happy with at the start of play.
Lahiru Thirimanne’s unimpressive run in Tests since his comeback in Australia continued as he got out playing a rash shot outside the off stump to Dale Steyn. Thirimanne was Steyn’s 434th victim, bringing him on level terms with Sri Lanka’s very own Rangana Herath and Kapil Dev at 8th position in the Highest Wicket Taker’s list in Test cricket.
1st Test begins with DRS controversy
Thirimanne’s dismissal saw debutant Oshada Fernando walk in and the right-hander looked comfortable in the middle, despite a run-out scare, finishing on 17* at the close of play.
Dimuth Karunaratne continued to be his assured best at the crease and Sri Lanka will hope that their skipper gets some runs as they look to get as close to South Africa’s total as possible.
// 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
South Africa
235/10 & 259/10
(79.1 overs)
Result
Sri Lanka
191/10 & 304/9
(85.3 overs)
SL won by 1 wicket
South Africa’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | b V Fernando | 11 | 27 | |||
Dean Elgar | c N Dickwella b V Fernando | 0 | 4 | |||
Hashim Amla | c K Mendis b S Lakmal | 3 | 10 | |||
Temba Bavuma | (runout) V Fernando | 47 | 66 | |||
Faf du Plessis | c N Dickwella b K Rajitha | 35 | 54 | |||
Quinton de Kock | c V Fernando b K Rajitha | 80 | 94 | |||
Vernon Philander | c & b K Rajitha | 4 | 22 | |||
Keshav Maharaj | c N Dickwella b V Fernando | 29 | 35 | |||
Kagiso Rabada | c O Fernando b V Fernando | 3 | 16 | |||
Dale Steyn | b L Embuldeniya | 15 | 26 | |||
Dane Olivier | not out | 0 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 14 | 3 | 29 | 1 | 2.07 |
Vishwa Fernando | 17 | 1 | 62 | 4 | 3.65 |
Kasun Rajitha | 14.4 | 0 | 68 | 3 | 4.72 |
Dimuth Karunarathne | 3 | 0 | 9 | 0 | 3.00 |
Lasith Embuldeniya | 10 | 1 | 51 | 1 | 5.10 |
Oshada Fernando | 1 | 0 | 10 | 0 | 10.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by V Philander | 30 | 59 | |||
Lahiru Thirimanne | c de Kock b D Steyn | 0 | 15 | |||
Oshada Fernando | lbw by D Steyn | 19 | 42 | |||
Kusal Mendis | c du Plessis b V Philander | 12 | 24 | |||
Kusal Janith | c Z Hamza b D Steyn | 51 | 63 | |||
Niroshan Dickwella | c D Steyn b D Olivier | 8 | 12 | |||
Dhananjaya de Silva | c D Olivier b K Rabada | 23 | 33 | |||
Suranga Lakmal | c A Markram b D Steyn | 4 | 6 | |||
Lasith Embuldeniya | c D Steyn b K Rabada | 24 | 63 | |||
Kasun Rajitha | (runout) A Markram | 12 | 30 | |||
Vishwa Fernando | not out | 1 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 20 | 7 | 48 | 4 | 2.40 |
Vernon Philander | 10 | 2 | 32 | 2 | 3.20 |
Kagiso Rabada | 12.2 | 2 | 48 | 2 | 3.93 |
Dane Olivier | 13 | 2 | 36 | 1 | 2.77 |
Keshav Maharaj | 3 | 0 | 16 | 0 | 5.33 |
Dean Elgar | 1 | 0 | 5 | 0 | 5.00 |
South Africa’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dean Elgar | c & b L Embuldeniya | 35 | 70 | |||
Aiden Markram | c K Mendis b K Rajitha | 28 | 31 | |||
Hashim Amla | c L Thirimanne b V Fernando | 16 | 35 | |||
Temba Bavuma | lbw by L Embuldeniya | 3 | 16 | |||
Faf du Plessis | lbw by V Fernando | 90 | 182 | |||
Quinton de Kock | lbw by L Embuldeniya | 55 | 62 | |||
Vernon Philander | b L Embuldeniya | 18 | 54 | |||
Keshav Maharaj | b V Fernando | 4 | 13 | |||
Kagiso Rabada | c N Dickwella b L Embuldeniya | 0 | 2 | |||
Dale Steyn | b V Fernando | 1 | 6 | |||
Dane Olivier | not out | 2 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 20 | 5 | 52 | 0 | 2.60 |
Vishwa Fernando | 17.1 | 2 | 71 | 4 | 4.15 |
Kasun Rajitha | 13 | 1 | 54 | 1 | 4.15 |
Lasith Embuldeniya | 26 | 3 | 66 | 5 | 2.54 |
Dhananjaya de Silva | 2 | 0 | 8 | 0 | 4.00 |
Oshada Fernando | 1 | 0 | 6 | 0 | 6.00 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by V Philander | 20 | 47 | |||
Lahiru Thirimanne | c du Plessis b K Rabada | 21 | 51 | |||
Oshada Fernando | c du Plessis b D Steyn | 37 | 76 | |||
Kusal Mendis | c de Kock b D Olivier | 0 | 8 | |||
Kusal Janith | not out | 153 | 200 | |||
Niroshan Dickwella | c & b D Steyn | 0 | 2 | |||
Dhananjaya de Silva | lbw by K Maharaj | 48 | 79 | |||
Suranga Lakmal | c du Plessis b K Maharaj | 0 | 1 | |||
Lasith Embuldeniya | c A Markram b D Olivier | 4 | 12 | |||
Kasun Rajitha | lbw by K Maharaj | 1 | 10 | |||
Vishwa Fernando | not out | 6 | 27 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 18 | 1 | 71 | 2 | 3.94 |
Vernon Philander | 8 | 3 | 13 | 1 | 1.63 |
Keshav Maharaj | 20 | 1 | 71 | 3 | 3.55 |
Kagiso Rabada | 22.3 | 3 | 97 | 1 | 4.35 |
Dane Olivier | 16 | 3 | 35 | 2 | 2.19 |
Aiden Markram | 1 | 0 | 4 | 0 | 4.00 |