Talank

Results 9 issues of Talank

### Description The tests in the test class `tk.mybatis.mapper.test.country.TestDeleteByPrimaryKey` could fail if the test database is polluted by some other tests. ### Steps to reproduce Run the tests `tk.mybatis.mapper.test.ids.TestIds.testSelectByIds`, `tk.mybatis.mapper.base.genid.InsertGenIdTest.testGenId`,...

fixes: https://github.com/owncloud/client/issues/9567 ![Screenshot from 2022-06-16 17-06-51](https://user-images.githubusercontent.com/27364813/174062086-5004fbcc-2311-48a7-93b2-c7cbc4e11b6c.png)

QA:team

that will create an screenshot AFTER the issue so e.g. if the app crashes this will be the screen after the crash, meaning the app would not even be visible...

QA:team

### Description When more than one user are added to a desktop client then we can enable filter for specific user in the activity tab (as shown in the screen...

QA:team

We already implemented this mechanism in some other repos such as in web. For example as shown in the image below. ![Screenshot from 2022-01-13 10-09-29](https://user-images.githubusercontent.com/27364813/149265717-9862f772-d571-40f6-b17b-4a8f12537284.png) We should first detect if...

QA:team

### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...

QA:team

As we add more GUI test cases, the execution time for test run is increasing and it is now near to 30 minutes. Hence, to finish the execution faster and...

QA:team

It would be nice to start by running contract tests in the desktop client. Later, those contracts can be run in drone against both oC10 and oCIS backend.

QA:team

In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime....