Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-06-30Don't recreate db after it was closedHannah von Reth
2022-05-18[Tests-Only] Fixed tests related to expiration date set/change (#9463)Talank
* Fixed tests related to expiration date set/change * Skipped flaky tests
2022-05-09Stracktrace done after application gets closed (#9610)Sushmita Poudel
* changed notification channel * fixing nighlty build problem
2022-05-04fixed file blacklisting issue (#9599)Sushmita Poudel
2022-04-19added test for long file namesushmita56
reword
2022-03-31refactor, fix shellcheck warningssaw-jan
2022-03-31add to comment and notificationsaw-jan
2022-03-31save stacktrace of AUT crash to a filesaw-jan
move to helper file
2022-03-24notify with logs whenever there is nightly failsaw-jan
add template script
2022-03-24[Tests-Only]Enabled screenshot of desktop on test failure (#9518)Talank
2022-03-16[tests-only] Fix and unskip delete tests (#9504)Sawjan Gurung
2022-03-15make object selector a class variablesaw-jan
2022-03-15wait for user share to complete before closing dialogsaw-jan
2022-03-03[GUI][tests-only] Validate sync status (#9442)Sawjan Gurung
* validate sync status fix steps check if sync has started or not remove extra changes increase sync wait time wait for sync to start fix test steps * use max and min sync timeout configs
2022-03-01Fix shared pointer deletion before the slot was invokedHannah von Reth
Fixes: #9367
2022-02-24[Tests-Only]Make log comment depends upon existance of logs (#9459)Talank
2022-02-17[tests-only] Added more GUI tests for sharing with user (part 03) (#9389)Sawjan Gurung
* add/update more sharing tests * skip delete test
2022-02-16refactored invalid sytem name tests (#9445)Sushmita Poudel
2022-02-15Added files tests to sync various types of files (#9273)Talank
2022-02-14[Tests-only]Used middleware docker image (#9412)Talank
* [Tests-only]Used middleware docker image * Removed changes unrelated to middleware bump
2022-02-08[tests-only] Added more GUI tests for sharing with user (part 02) (#9388)Sawjan Gurung
2022-01-26[Tests-Only]Fixed file creation and syncing tests (#9331)Talank
2022-01-18Only test the jhash64Hannah von Reth
2022-01-18fix gui test logParser (#9372)Saw-jan Gurung
2022-01-11wait for deleted account to disappear (#9350)Artur Neumann
2022-01-11wait till public link delete button is gone (#9347)Artur Neumann
2021-12-30cleanup test server in afterScenario (#9310)Saw-jan Gurung
2021-12-29[Tests-Only] Reverted removed steps of VFS tests (#9320)Talank
2021-12-29[Tests-Only]Skipped failing expiration tests (#9322)Talank
2021-12-21[Tests-Only] Fixed failing GUI tests for VFS (#9307)Talank
2021-12-21add sharing test scenarios (#9190)Saw-jan Gurung
add new steps add new steps auto accept shares in Shares folder add another workaround to set public share expiration date fix file overwriting test step address reviews add comments accept shares in root
2021-12-21[Tests-Only] Skipped VFS tests (#9308)Talank
2021-12-17Fix unstable testErik Verbruggen
2021-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
Completed was emitted before the database entry was created in PropagateDirectory::slotSubJobsFinished.
2021-12-15Tests: always check the hydration state and the mtimeErik Verbruggen
operator== will now always also check the hydration state and mtime. For the few cases where this will fail (on purpose), the equals method can be called with `IgnoreLastModified` passed to it.
2021-12-15[tests-only]add tests for sharee editing files/folder (#9282)Swoichha Adhikari
2021-12-15[tests-only]Added tests for folder creation and syncing (part 2) (#9258)Talank
2021-12-15Make clang happyHannah von Reth
2021-12-15Run tests with full debug logHannah von Reth
2021-12-15[Tests-Only] add test for folder sync (#9280)Swoichha Adhikari
2021-12-14[tests-only]Skipped 3 failed tests (#9288)Talank
2021-12-14Fix: `QSignalSpy: Unable to handle parameter '' of type 'SyncFileItemSet&' ↵Hannah von Reth
of method 'aboutToPropagate', use qRegisterMetaType to register it.`
2021-12-14Run test on WindowsHannah von Reth
2021-12-13Ensure we compare the correct signalsHannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
Fixes: #9208, #9133
2021-12-13[tests-only]add test for sharing file to multiple users (#9188)Swoichha Adhikari
2021-12-09Support dehydrated files in autotestsErik Verbruggen
When creating the local state, check if files are hydrated or not. If not hydrated, don't read the file: the OS will trigger a download. This is bad: first the read will fail, because the test is running on the main thread, the same place where work from callbacks from the OS get handled. This will result in a time-out for the OS, and it will return 0 bytes read. So the size for the file in our local state is set to zero bytes, which makes the comparisson with the remote state fail, which in turn makes the comparisson fail. Worse: the callbacks from the system do come in, and are emitted as a _QueuedConnection_. So when another call to `syncOnce` is made, the queued downloads will be done, and the file will be re-hydrated, thus changing the state of the files on disk.
2021-12-09Move dehydration into updateMetadataHannah von Reth
2021-12-06get proper errors from scenario outline tests (#9232)Swoichha Adhikari
2021-12-03reduce time waiting for password box (#9254)Artur Neumann