Sawjan Gurung

Results 307 comments of Sawjan Gurung

~Blocked until https://github.com/owncloud/ocis/issues/2932#issuecomment-1144587011~

> @saw-jan is this ready for review? or? I thought to make it ready for review only after all the tests running in parallel deployment are looked through. Because some...

As of now, tests for parallel deployment are not of higher priority. I will put this on the backlog.

@mefellows ``` for (let user of users) { aGETUserInfoByIdQueryInteraction( provider, user.id, user.username, user.email ); } ``` this is expected to create 3 interactions

```js it('using in a loop: "fromProviderState" as query', async () => { for (let user of users) { aGETUserInfoByIdQueryInteraction( provider, user.id, user.username, user.email ); await provider.executeTest(async () => { await...

I will do in this PR https://github.com/owncloud/client/pull/10088

Seems like the issue with syncing Similar issue is report here https://github.com/owncloud/client/issues/9939 So closing this

Haven't seen it in recent builds. Please, re-open if this is the case. Closing here!

I am trying to record video of test exection in this PR https://github.com/owncloud/client/pull/9961