Replies: 8 comments 16 replies
-
I've tested the monitor mode with my typical daily tasks and I did not encounter any major issues. Bellow are some of my initial observations:
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the update!
Older version (onedrive v2.4.25-1+np1):
This alpha:
|
Beta Was this translation helpful? Give feedback.
-
I cannot get the errors you mentioned in #2457, not sure if it is an output issue or a bug. From #2457 it looks like the following code should output some error text in the end. I imitated network issues by reconnecting to my VPN in the middle of uploading, so the network was off for a second.
Otherwise, I think it looks like it works fine (aside from output issues). Thank you again for your hard work! |
Beta Was this translation helpful? Give feedback.
-
For anyone testing the PR, please can you validate that you are testing the following version:
If you are - could you please help me test the following 'config' option:
This option is used (by default) in the following circumstances in v2.5.x:
The change to use this method (which is selected by default if using those 2 circumstances) is a massive change for Whilst this was initially validated when going through 90 different test cases, there has been some significant updates to how error handling is being done, thus it would be great to get some assistance in flushing out problems. I think I have it sorted - but it would be great to get some external validation here as well. |
Beta Was this translation helpful? Give feedback.
-
FYI these identified issues should now be resolved with If you could re-pull / retest and/or continue testing that would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
To all following this thread / progress of v2.5.0-alpha-0: With the latest version of 'alpha-0' it has been updated to support 'personal' and 'business' accounts, however Business Shared Folders and SharePoint is still a work in progress. If you are interested in testing this against your 'business' account, please create a 'test' business account to proceed. The version where 'business' account support has been enabled is:
|
Beta Was this translation helpful? Give feedback.
-
Performance Update with OneDrive Business AccountStarted testing uploading 10K randomly generated files small, 20 folders each with 500 files. The upload started approx. 2pm and completed at 5.05pm local - so approx. 2hrs and 5 mins to perform this type of activity. This is a major performance shift as compared to v2.4.25 where this sort of operation would last >24hrs. |
Beta Was this translation helpful? Give feedback.
-
OneDrive Client Version v2.5.0-alpha-1 is now available for testing - refer to: #2495 |
Beta Was this translation helpful? Give feedback.
-
After a lengthy period of development, OneDrive Client Version v2.5.0-alpha-0 is available for testing.
Your requirements will be, should you wish to help test:
You can use your normal account if you wish (this is your choice), however this is 100% alpha quality software at the moment. If you experience data loss or something else with your real data - whilst not good, please take every effort to not use this code with your real data.
My ask is that you create a test report - what works, what does not work, what could be potentially changed | improved - basically I am soliciting some feedback on where this total re-write is at before I go too deep.
There will be functionality differences. There will be functionality that will be initially missing in this alpha-0 version - missing functionality will be added back in as the code progresses from an alpha-0 state to an alpha-XX state (such support for Business accounts and SharePoint, Business Shared Items ), and well before any beta-1 or beta-XX or Release Candidate is published.
I have gone through 90 test cases with this alpha version before pushing this to GitHub - so hopefully there are no major showstoppers - but you never know. Refer to #2415 (comment) as to what I have tested.
How can you get v2.5.0-alpha-0 ?
You need to build this client from source. Follow the high level directions here to get the development requirements installed first: https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md#building-from-source---high-level-requirements
Next clone and checkout the PR:
To run the PR, you need to run the client from the PR build directory:
The version, when running the PR will be set at:
The current application version is:
The
XX-abcdefg
will change as new commits are put into the PR branch, whilst things are added/fixed/updatedWhat is known to be not functioning right at this stage:
alpha-0
but will need to be focused upon for thealpha-1
release. Do not raise an issue ticket because of this.I have no test files or test data - what can I use?
In developing this application I use a script as per below to generate random data:
Update
DESTDIR
with the right directory and adjustFILES
andFOLDERS
as desired. The above settings will create 10 folders, with each folder having 10 files. with each file size between 6KB and 125KB.To increase (or decrease) the random file size, change
BLOCKSIZE
, generally use ^2 values: 1,2,4,8,16,32,64,128,256 and so on.At 128 you will get files from 100KB -> ~3.8MB, at 256 most files will be between 500KB --> 7.5MB
Beta Was this translation helpful? Give feedback.
All reactions