-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
review failing cern tests #21
Comments
test_storm had two issues:
|
test_slowwrite and test_concurrentOverwriteFile and test_nplusone have identified a difference in the number of csync_journal.db files created. See owncloud/client#2950. The list of files to be ignored needed to be updated. |
The test was modified to create the users from a different worker. |
I've asked for some help from CERN on test_concurrentDirMove: If I understand the test correctly, the "adder" worker is adding files to a directory "subdir". While that is going one, "mover" renames "subdir" to "subdir2". Both workers then sync. The expectation is that all files created in "subdir" will be in "subdir2". The test is failing because some of the files are still in "subdir". I think that is expected behavior because the mover worker is renaming the directory while the adder worker is in the middle of creating files. Once the directory is moved, any newly created file will be create in the original directory. The test is expecting all files to be in subdir2 and this is not the case. |
@PVince81 Thanks! |
test_concurrentDirMove is basically this issue owncloud/core#11795 |
test_filenames.py fails on OC 6 too, do we know whether this test has every worked before ? |
Hmmm but one thing I see is that there are more failing cases on master than there were on OC 6. |
I don't know the history of this test. It's from CERN. |
These are failing on stable6, stable7:
Not sure why. |
Raised a ticket in core to look into them (I also posted the results there): owncloud/core#14964 |
This will reduce the test errors back to the number it had in stable8: owncloud/core#14994 Next up: looking at test_unicodejam |
Solve the fatal error in test_unicodejam output: #37 I have the feeling that this test never worked before, and it seems many unicode chars get mangled already (not a regression but something that never worked in the first place) |
Looks like we've assessed all tests. I'll close this and open issues for any specific failures that need to be addressed. |
…only install from read only repo
The following tests written by cern are failing in the ownCloud environment and need to be researched/resolved:
[x ] test_concurrentDirMove
[x ] test_concurrentOverwriteFile
[x ] test_filenames
[x ] test_nplusone
[x] test_nplustwo
[ ] test_pingpong- Test works[x ] test_slowwrite
[ x] test_storm
[ x] test_unicodejam
[ ] test_usersTest removed - users added as part of all testsThe text was updated successfully, but these errors were encountered: