mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
175 lines
12 KiB
Plaintext
175 lines
12 KiB
Plaintext
*** test pending
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Step 'initial sync' starting.
|
|
Testing INFO -----------------------------------------
|
|
Service.PasswordEngine INFO Beginning sync
|
|
Testing INFO HTTP MKCOL on user-data/passwords/deltas
|
|
Service.RemoteStore DEBUG Downloading status file
|
|
Testing INFO HTTP GET from user-data/passwords/status.json, returning status 404
|
|
Service.PasswordEngine INFO Initial upload to server
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Testing INFO HTTP PUT to user-data/passwords/keys.json with data: {"ring":{},"bulkIV":null}
|
|
Service.Resource DEBUG PUT request successful
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Service.CryptoFilter DEBUG Encrypting data
|
|
Service.Crypto DEBUG NOT encrypting data
|
|
Testing INFO HTTP PUT to user-data/passwords/snapshot.json with data: {"805ec58eb8dcded602999967e139be21acd0f194":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}
|
|
Service.Resource DEBUG PUT request successful
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Testing INFO HTTP PUT to user-data/passwords/status.json with data: {"GUID":"fake-guid-0","formatVersion":3,"snapVersion":0,"maxVersion":0,"snapEncryption":"none","deltasEncryption":"none","itemCount":1}
|
|
Service.Resource DEBUG PUT request successful
|
|
Service.RemoteStore INFO Full upload to server successful
|
|
Service.SnapStore INFO Saving snapshot to disk
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for writing.
|
|
Testing INFO Writing data to local file 'weave/snapshots/passwords.json': {"version":0,"GUID":"fake-guid-0","snapshot":{"805ec58eb8dcded602999967e139be21acd0f194":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}}
|
|
Testing INFO Step 'initial sync' succeeded.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Step 'trivial re-sync' starting.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for reading.
|
|
Testing INFO Reading from stream.
|
|
Service.SnapStore INFO Read saved snapshot from disk
|
|
Service.PasswordEngine INFO Beginning sync
|
|
Testing INFO HTTP MKCOL on user-data/passwords/deltas
|
|
Service.RemoteStore DEBUG Downloading status file
|
|
Testing INFO HTTP GET from user-data/passwords/status.json, returning status 200
|
|
Service.Resource DEBUG GET request successful
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.RemoteStore DEBUG Downloading status file... done
|
|
Service.PasswordEngine INFO Local snapshot version: 0
|
|
Service.PasswordEngine INFO Server maxVersion: 0
|
|
Service.RemoteStore DEBUG Using last sync snapshot as server snapshot (snap version == max version)
|
|
Service.RemoteStore TRACE Local snapshot version == server maxVersion
|
|
Service.PasswordEngine INFO Sync complete: no changes needed on client or server
|
|
Testing INFO Step 'trivial re-sync' succeeded.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Step 'add user and re-sync' starting.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for reading.
|
|
Testing INFO Reading from stream.
|
|
Service.SnapStore INFO Read saved snapshot from disk
|
|
Service.PasswordEngine INFO Beginning sync
|
|
Testing INFO HTTP MKCOL on user-data/passwords/deltas
|
|
Service.RemoteStore DEBUG Downloading status file
|
|
Testing INFO HTTP GET from user-data/passwords/status.json, returning status 200
|
|
Service.Resource DEBUG GET request successful
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.RemoteStore DEBUG Downloading status file... done
|
|
Service.PasswordEngine INFO Local snapshot version: 0
|
|
Service.PasswordEngine INFO Server maxVersion: 0
|
|
Service.RemoteStore DEBUG Using last sync snapshot as server snapshot (snap version == max version)
|
|
Service.RemoteStore TRACE Local snapshot version == server maxVersion
|
|
Service.PasswordEngine INFO Reconciling client/server updates
|
|
Service.PasswordSync DEBUG Reconciling 1 against 0 commands
|
|
Service.PasswordEngine INFO Changes for client: 0
|
|
Service.PasswordEngine INFO Predicted changes for server: 1
|
|
Service.PasswordEngine INFO Client conflicts: 0
|
|
Service.PasswordEngine INFO Server conflicts: 0
|
|
Service.PasswordEngine INFO Actual changes for server: 1
|
|
Service.PasswordEngine INFO Uploading changes to server
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Service.CryptoFilter DEBUG Encrypting data
|
|
Service.Crypto DEBUG NOT encrypting data
|
|
Testing INFO HTTP PUT to user-data/passwords/deltas/1 with data: [{"action":"create","GUID":"1b3869fc36234b39cd354f661ed1d7d148394ca3","depth":0,"parents":[],"data":{"hostname":"www.yoogle.com","formSubmitURL":"http://www.yoogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person2","passwordField":"test_password2"}}]
|
|
Service.ResourceSet DEBUG PUT request successful
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Testing INFO HTTP PUT to user-data/passwords/status.json with data: {"GUID":"fake-guid-0","formatVersion":3,"snapVersion":0,"maxVersion":1,"snapEncryption":"none","deltasEncryption":"none","itemCount":2}
|
|
Service.Resource DEBUG PUT request successful
|
|
Service.PasswordEngine INFO Successfully updated deltas and status on server
|
|
Service.SnapStore INFO Saving snapshot to disk
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for writing.
|
|
Testing INFO Writing data to local file 'weave/snapshots/passwords.json': {"version":1,"GUID":"fake-guid-0","snapshot":{"805ec58eb8dcded602999967e139be21acd0f194":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"},"1b3869fc36234b39cd354f661ed1d7d148394ca3":{"hostname":"www.yoogle.com","formSubmitURL":"http://www.yoogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person2","passwordField":"test_password2"}}}
|
|
Service.PasswordEngine INFO Sync complete
|
|
Testing INFO Step 'add user and re-sync' succeeded.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Step 'remove user and re-sync' starting.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for reading.
|
|
Testing INFO Reading from stream.
|
|
Service.SnapStore INFO Read saved snapshot from disk
|
|
Service.PasswordEngine INFO Beginning sync
|
|
Testing INFO HTTP MKCOL on user-data/passwords/deltas
|
|
Service.RemoteStore DEBUG Downloading status file
|
|
Testing INFO HTTP GET from user-data/passwords/status.json, returning status 200
|
|
Service.Resource DEBUG GET request successful
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.RemoteStore DEBUG Downloading status file... done
|
|
Service.PasswordEngine INFO Local snapshot version: 1
|
|
Service.PasswordEngine INFO Server maxVersion: 1
|
|
Service.RemoteStore DEBUG Using last sync snapshot as server snapshot (snap version == max version)
|
|
Service.RemoteStore TRACE Local snapshot version == server maxVersion
|
|
Service.PasswordEngine INFO Reconciling client/server updates
|
|
Service.PasswordSync DEBUG Reconciling 1 against 0 commands
|
|
Service.PasswordEngine INFO Changes for client: 0
|
|
Service.PasswordEngine INFO Predicted changes for server: 1
|
|
Service.PasswordEngine INFO Client conflicts: 0
|
|
Service.PasswordEngine INFO Server conflicts: 0
|
|
Service.PasswordEngine INFO Actual changes for server: 1
|
|
Service.PasswordEngine INFO Uploading changes to server
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Service.CryptoFilter DEBUG Encrypting data
|
|
Service.Crypto DEBUG NOT encrypting data
|
|
Testing INFO HTTP PUT to user-data/passwords/deltas/2 with data: [{"action":"remove","GUID":"1b3869fc36234b39cd354f661ed1d7d148394ca3","depth":0,"parents":[]}]
|
|
Service.ResourceSet DEBUG PUT request successful
|
|
Service.JsonFilter DEBUG Encoding data as JSON
|
|
Testing INFO HTTP PUT to user-data/passwords/status.json with data: {"GUID":"fake-guid-0","formatVersion":3,"snapVersion":0,"maxVersion":2,"snapEncryption":"none","deltasEncryption":"none","itemCount":1}
|
|
Service.Resource DEBUG PUT request successful
|
|
Service.PasswordEngine INFO Successfully updated deltas and status on server
|
|
Service.SnapStore INFO Saving snapshot to disk
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for writing.
|
|
Testing INFO Writing data to local file 'weave/snapshots/passwords.json': {"version":2,"GUID":"fake-guid-0","snapshot":{"805ec58eb8dcded602999967e139be21acd0f194":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}}
|
|
Service.PasswordEngine INFO Sync complete
|
|
Testing INFO Step 'remove user and re-sync' succeeded.
|
|
Testing INFO -----------------------------------------
|
|
Testing INFO Step 'resync on second computer' starting.
|
|
Testing INFO -----------------------------------------
|
|
Service.PasswordEngine INFO Beginning sync
|
|
Testing INFO HTTP MKCOL on user-data/passwords/deltas
|
|
Service.RemoteStore DEBUG Downloading status file
|
|
Testing INFO HTTP GET from user-data/passwords/status.json, returning status 200
|
|
Service.Resource DEBUG GET request successful
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.RemoteStore DEBUG Downloading status file... done
|
|
Service.PasswordEngine DEBUG Remote/local sync GUIDs do not match. Forcing initial sync.
|
|
Service.PasswordEngine INFO Local snapshot version: -1
|
|
Service.PasswordEngine INFO Server maxVersion: 2
|
|
Service.RemoteStore TRACE Getting latest from snap --> scratch
|
|
Service.RemoteStore INFO Downloading all server data from scratch
|
|
Testing INFO HTTP GET from user-data/passwords/snapshot.json, returning status 200
|
|
Service.Resource DEBUG GET request successful
|
|
Service.CryptoFilter DEBUG Decrypting data
|
|
Service.Crypto DEBUG NOT decrypting data
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Testing INFO HTTP GET from user-data/passwords/deltas/1, returning status 200
|
|
Service.ResourceSet DEBUG GET request successful
|
|
Service.CryptoFilter DEBUG Decrypting data
|
|
Service.Crypto DEBUG NOT decrypting data
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.SnapStore TRACE Processing command: {"action":"create","GUID":"1b3869fc36234b39cd354f661ed1d7d148394ca3","depth":0,"parents":[],"data":{"hostname":"www.yoogle.com","formSubmitURL":"http://www.yoogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person2","passwordField":"test_password2"}}
|
|
Testing INFO HTTP GET from user-data/passwords/deltas/2, returning status 200
|
|
Service.ResourceSet DEBUG GET request successful
|
|
Service.CryptoFilter DEBUG Decrypting data
|
|
Service.Crypto DEBUG NOT decrypting data
|
|
Service.JsonFilter DEBUG Decoding JSON data
|
|
Service.SnapStore TRACE Processing command: {"action":"remove","GUID":"1b3869fc36234b39cd354f661ed1d7d148394ca3","depth":0,"parents":[]}
|
|
Service.PasswordEngine INFO Reconciling client/server updates
|
|
Service.PasswordSync DEBUG Reconciling 0 against 1 commands
|
|
Service.PasswordEngine INFO Changes for client: 1
|
|
Service.PasswordEngine INFO Predicted changes for server: 0
|
|
Service.PasswordEngine INFO Client conflicts: 0
|
|
Service.PasswordEngine INFO Server conflicts: 0
|
|
Service.PasswordEngine INFO Applying changes locally
|
|
Service.SnapStore TRACE Processing command: {"action":"create","GUID":"805ec58eb8dcded602999967e139be21acd0f194","depth":0,"parents":[],"data":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}
|
|
Service.PasswordStore TRACE Processing command: {"action":"create","GUID":"805ec58eb8dcded602999967e139be21acd0f194","depth":0,"parents":[],"data":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}
|
|
Service.PasswordStore INFO PasswordStore got createCommand: [object Object]
|
|
Testing INFO nsILoginManager.addLogin() called with hostname 'www.boogle.com'.
|
|
Service.SnapStore INFO Saving snapshot to disk
|
|
Testing INFO Opening 'weave/snapshots/passwords.json' for writing.
|
|
Testing INFO Writing data to local file 'weave/snapshots/passwords.json': {"version":2,"GUID":"fake-guid-0","snapshot":{"805ec58eb8dcded602999967e139be21acd0f194":{"hostname":"www.boogle.com","formSubmitURL":"http://www.boogle.com/search","httpRealm":"","username":"","password":"","usernameField":"test_person","passwordField":"test_password"}}}
|
|
Service.PasswordEngine INFO Actual changes for server: 0
|
|
Service.PasswordEngine INFO Sync complete
|
|
Testing INFO Step 'resync on second computer' succeeded.
|
|
*** test finished
|
|
*** exiting
|
|
*** PASS ***
|