-
Notifications
You must be signed in to change notification settings - Fork 3
Surface Transfer Failures #222
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
Open
FrankRay78
wants to merge
5
commits into
main
Choose a base branch
from
feature/206-surface-transfer-failures
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
372b286
Surface transfer failures instead of silently reporting 0 bps (#206)
FrankRay78 3d8eff6
Address PR #222 review: CSV header edge case, doc scope, CodeQL
FrankRay78 42f2a43
Merge branch 'main' into feature/206-surface-transfer-failures
FrankRay78 f876e73
Merge branch 'main' into feature/206-surface-transfer-failures
FrankRay78 713add0
Merge branch 'main' into feature/206-surface-transfer-failures
FrankRay78 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ests/Expectations/NetPaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
22 changes: 11 additions & 11 deletions
22
...ions/NetPaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Continuously.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:25,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:30,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:35,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:40,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:45,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:25,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:30,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:35,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:40,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:45,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...aceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Delimiter_delimiter=,.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...aceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Delimiter_delimiter=-.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp Latency Download Upload IPAddress Hostname | ||
| 1980-01-01 10:05:00 100 ms 8 Kbps 18.67 Kbps 192.168.1.1 test-host | ||
| Timestamp Latency Download DownloadSucceeded DownloadFailed Upload UploadSucceeded UploadFailed IPAddress Hostname | ||
| 1980-01-01 10:05:00 100 ms 8 Kbps 150 0 18.67 Kbps 32 0 192.168.1.1 test-host |
4 changes: 2 additions & 2 deletions
4
...aceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Delimiter_delimiter=;.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp;Latency;Download;Upload;IPAddress;Hostname | ||
| 1980-01-01 10:05:00;100 ms;8 Kbps;18.67 Kbps;192.168.1.1;test-host | ||
| Timestamp;Latency;Download;DownloadSucceeded;DownloadFailed;Upload;UploadSucceeded;UploadFailed;IPAddress;Hostname | ||
| 1980-01-01 10:05:00;100 ms;8 Kbps;150;0;18.67 Kbps;32;0;192.168.1.1;test-host |
4 changes: 2 additions & 2 deletions
4
...eConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Header_Units_No_Latency.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Download (Kbps),Upload (Kbps),IPAddress,Hostname | ||
| 1980-01-01 10:05:00,8,18.67,192.168.1.1,test-host | ||
| Timestamp,Download (Kbps),DownloadSucceeded,DownloadFailed,Upload (Kbps),UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,8,150,0,18.67,32,0,192.168.1.1,test-host |
22 changes: 11 additions & 11 deletions
22
...erform_Speed_Test_With_CSV_Multiple_Times_With_Delay_count=10_delay=00-10-00.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:25,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:30,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:35,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:40,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:45,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:25,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:30,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:35,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:40,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:45,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
8 changes: 4 additions & 4 deletions
8
...Tests.CSV.Should_Perform_Speed_Test_With_CSV_Multiple_Times_With_Fixed_Scale.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75 ms,0.25 Mbps,0.5 Mbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,1 Mbps,3 Mbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150 ms,2.75 Mbps,1.33 Mbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75 ms,0.25 Mbps,0,0,0.5 Mbps,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,1 Mbps,0,0,3 Mbps,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150 ms,2.75 Mbps,0,0,1.33 Mbps,0,0,192.168.1.1,test-host |
8 changes: 4 additions & 4 deletions
8
...orm_Speed_Test_With_CSV_Multiple_Times_With_Fixed_Scale_In_Header_scale=Base.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Timestamp,Latency (ms),Download (bps),Upload (bps),IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250000,500000,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1000000,3000000,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2750000,1330000,192.168.1.1,test-host | ||
| Timestamp,Latency (ms),Download (bps),DownloadSucceeded,DownloadFailed,Upload (bps),UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250000,0,0,500000,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1000000,0,0,3000000,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2750000,0,0,1330000,0,0,192.168.1.1,test-host |
8 changes: 4 additions & 4 deletions
8
...orm_Speed_Test_With_CSV_Multiple_Times_With_Fixed_Scale_In_Header_scale=Kilo.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Timestamp,Latency (ms),Download (Kbps),Upload (Kbps),IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250,500,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1000,3000,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2750,1330,192.168.1.1,test-host | ||
| Timestamp,Latency (ms),Download (Kbps),DownloadSucceeded,DownloadFailed,Upload (Kbps),UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250,0,0,500,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1000,0,0,3000,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2750,0,0,1330,0,0,192.168.1.1,test-host |
8 changes: 4 additions & 4 deletions
8
...orm_Speed_Test_With_CSV_Multiple_Times_With_Fixed_Scale_In_Header_scale=Mega.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Timestamp,Latency (ms),Download (Mbps),Upload (Mbps),IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,0.25,0.5,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1,3,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2.75,1.33,192.168.1.1,test-host | ||
| Timestamp,Latency (ms),Download (Mbps),DownloadSucceeded,DownloadFailed,Upload (Mbps),UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,0.25,0,0,0.5,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100,1,0,0,3,0,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,150,2.75,0,0,1.33,0,0,192.168.1.1,test-host |
12 changes: 6 additions & 6 deletions
12
...ceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_Multiple_Times_count=5.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:05,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:10,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:15,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host | ||
| 1980-01-01 10:05:20,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...tions/NetPaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_No_Download.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,18.67 Kbps,32,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...ations/NetPaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_No_Latency.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...tations/NetPaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_No_Upload.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency,Download,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,192.168.1.1,test-host |
4 changes: 2 additions & 2 deletions
4
...PaceConsoleTests.CSV.Should_Perform_Speed_Test_With_CSV_With_Scale_In_Header.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency (ms),Download (Kbps),Upload (Kbps),IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250,500,192.168.1.1,test-host | ||
| Timestamp,Latency (ms),Download (Kbps),DownloadSucceeded,DownloadFailed,Upload (Kbps),UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,75,250,0,0,500,0,0,192.168.1.1,test-host |
1 change: 0 additions & 1 deletion
1
...oleTests.File.Should_Handle_Network_Exceptions_In_File_Output_And_Quiet_Mode.verified.txt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
....Tests/Expectations/NetPaceConsoleTests.File.Should_Write_CSV_Output_To_File.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Timestamp,Latency,Download,Upload,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,18.67 Kbps,192.168.1.1,test-host | ||
| Timestamp,Latency,Download,DownloadSucceeded,DownloadFailed,Upload,UploadSucceeded,UploadFailed,IPAddress,Hostname | ||
| 1980-01-01 10:05:00,100 ms,8 Kbps,150,0,18.67 Kbps,32,0,192.168.1.1,test-host |
2 changes: 1 addition & 1 deletion
2
...Tests/Expectations/NetPaceConsoleTests.File.Should_Write_Json_Output_To_File.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"ServerLocation":"Location 1","ServerSponsor":"Test Sponsor 1","ServerUrl":"http://test1.com","Timestamp":"1980-01-01 10:05:00","Latency":"100 ms","DownloadSpeed":"8 Kbps","UploadSpeed":"18.67 Kbps","IPAddress":"192.168.1.1","Hostname":"test-host"} | ||
| {"ServerLocation":"Location 1","ServerSponsor":"Test Sponsor 1","ServerUrl":"http://test1.com","Timestamp":"1980-01-01 10:05:00","Latency":"100 ms","DownloadSpeed":"8 Kbps","DownloadSucceeded":150,"DownloadFailed":0,"UploadSpeed":"18.67 Kbps","UploadSucceeded":32,"UploadFailed":0,"IPAddress":"192.168.1.1","Hostname":"test-host"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.