Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
skyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Skynet Labs
skyd
Commits
ea7b2949
Commit
ea7b2949
authored
7 years ago
by
David Vorick
Browse files
Options
Downloads
Patches
Plain Diff
switch 2 disk tests to long
parent
80f11cfc
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/siad/server_test.go
+3
-0
3 additions, 0 deletions
cmd/siad/server_test.go
modules/renter/contractor/contractor_test.go
+3
-0
3 additions, 0 deletions
modules/renter/contractor/contractor_test.go
with
6 additions
and
0 deletions
cmd/siad/server_test.go
+
3
−
0
View file @
ea7b2949
...
...
@@ -78,6 +78,9 @@ func TestLatestRelease(t *testing.T) {
// TestNewServer verifies that NewServer creates a Sia API server correctly.
func
TestNewServer
(
t
*
testing
.
T
)
{
if
testing
.
Short
()
{
t
.
SkipNow
()
}
var
wg
sync
.
WaitGroup
config
:=
Config
{}
config
.
Siad
.
APIaddr
=
"localhost:0"
...
...
This diff is collapsed.
Click to expand it.
modules/renter/contractor/contractor_test.go
+
3
−
0
View file @
ea7b2949
...
...
@@ -44,6 +44,9 @@ func (newStub) ScoreBreakdown(modules.HostDBEntry) modules.HostScoreBreakdown {
// TestNew tests the New function.
func
TestNew
(
t
*
testing
.
T
)
{
if
testing
.
Short
()
{
t
.
SkipNow
()
}
// Using a stub implementation of the dependencies is fine, as long as its
// non-nil.
var
stub
newStub
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment