select current_user works for me as well... but it does not work for the specific scenario which i have pasted... with the current_timestamp

Try this:

insert into table default.test_user

(usr1,ts1,usr2,ts2)

values

(current_user,current_timestamp,current_user,current_Timestamp)