On Wed, Dec 02, 2020 at 09:21:08AM +0800, Wu Fengguang wrote:
This looks a hack. Users shall not append $user to tbox_group, unless they purposely don't want be compared with others.
Is that the case? If not, we may forbid appending $user at submit time. By changing this logic
hosts_file_name = @job['tbox_group'].split(/.|--/)[0]
in get_hosts_file().
I think they may do this by mistake. But there are such data in es. I'll change the get_hosts_file() to forbid appending $user at submit time
Thanks, Yuanchao