fix(versions): fix duplicate entry for key 'c_p_versions_uniq_idx' #453
Annotations
1 error and 1 notice
|
Run Playwright tests:
playwright/support/fixtures/User.ts#L28
1) [chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode)
Error: apiRequestContext.put: 423 Locked
Response text:
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\Locked</s:exception>
<s:message/>
<d:lock-token-submitted>
<d:href>files/iouxg/test.md</d:href>
</d:lock-token-submitted>
</d:error>
Call log:
- → PUT http://localhost:8089/remote.php/dav/files/iouxg//test.md
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.7727.15 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- requesttoken: JMtJctOsL7zdYbgOQSUymM8t1ZGRB+6i8Y94c+A5MUE=:bpITOoHfatWYL/RDF25bt4Va5aLafb7xp/s0Mq90cHM=
- Content-Type: text/markdown
- content-length: 15
- cookie: oc_sessionPassphrase=gvSihim%2B6VwP3iJyRp6borROd1jHEQlfPD%2BELm7%2FFtUgBIdybM30MSzTEEZ8zMvUCWWHMJh6680tlZzCjS6qNMdkHyDE39HVAgS4cuypYZoYF3g2AmkDMRjv4F5c6a5u; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc7kpd4036cl=1i8ebklqiodhsopse6n79cr42g
- ← 423 Locked
- date: Tue, 28 Apr 2026 22:12:08 GMT
- server: Apache/2.4.65 (Debian)
- x-content-type-options: nosniff
- x-frame-options: SAMEORIGIN
- x-permitted-cross-domain-policies: none
- x-robots-tag: noindex, nofollow
- referrer-policy: no-referrer
- content-security-policy: default-src 'none';
- x-user-id: iouxg
- content-length: 275
- keep-alive: timeout=5, max=92
- connection: Keep-Alive
- content-type: application/xml; charset=utf-8
at support/fixtures/User.ts:28
26 | async uploadFixture(options: { name: string, path: string, mimetype: string }, page: Page) {
27 | const filepath = resolve(import.meta.dirname, 'files', options.name)
> 28 | await page.request.put(
| ^
29 | webdavUrl(this.account.userId, options.path, options.name),
30 | {
31 | headers: {
at User.uploadFixture (/home/runner/work/collectives/collectives/playwright/support/fixtures/User.ts:28:22)
at /home/runner/work/collectives/collectives/playwright/e2e/page-links-viewer.spec.ts:60:31
|
|
Run Playwright tests
1 flaky
[chromium] › playwright/e2e/page-links-viewer.spec.ts:57:4 › Links to viewer › Opens link with absolute files app path to markdown file in viewer (edit mode)
16 passed (2.5m)
|
background
wait
wait-all
cancel
Loading