NN Nate Niu
- Login: nate
- Registered on: 10/12/2025
- Last sign in: 11/19/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 37 | 37 |
| Reported issues | 0 | 0 | 0 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| MTest | Developer | 10/12/2025 |
Activity
11/13/2025
- NN 02:20 PM MTest User Story #95: Backend unit test implementation
- @jjia DDL for new table about shedlock:
create table shedlock (
name varchar(64) not null,
lock_until timestamp(3) not null,
locked_at timestamp(3) not null,
locked_by varchar(255) not null,
primary key (name)
);
cr...
11/12/2025
- NN 01:09 PM MTest Bug #108: Add a new task, there is error after clicking submit in the last step
- It seems It's same with mtest-107. If the size of attachment is greater than 1M, it will throw this.
11/11/2025
- NN 05:25 AM MTest Bug #100 (Code Review): Please increase the attachment file limitation to 50MB
- MR: https://git.n.xiaomi.com/miot-autotest/mtest/mtest-server/-/merge_requests/26
- NN 04:35 AM MTest Bug #100 (In Progress): Please increase the attachment file limitation to 50MB
- NN 05:17 AM MTest Bug #102: After update the task, the page is not refresh
- @jjia The endpoint of /tasks/{task_id}/nda response ok, It seems it's the issue of page.
11/06/2025
- NN 01:17 PM MTest User Story #93 (In Progress): BE: Implement API to mark participation execution result
- NN 11:27 AM MTest User Story #82 (Code Review): BE: Implement API to cancel a task