Skip to content

Commit

Permalink
Add README and other review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Mar 9, 2018
1 parent 4d45aea commit 3fcf44e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions e2e/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
End to End Tests
================

This package contains integration tests that are not run by default. To run them use the `-integration` flag. Example:

```
$ cd e2e/rescheduling/
$ go test -integration
Running Suite: Server Side Restart Tests
========================================
Random Seed: 1520633027
Will run 7 of 7 specs
•••••••
Ran 7 of 7 Specs in 4.231 seconds
SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 0 Skipped PASS
ok github.com/hashicorp/nomad/e2e/rescheduling 4.239s
```
2 changes: 1 addition & 1 deletion e2e/rescheduling/server_side_restarts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ var _ = Describe("Server Side Restart Tests", func() {

// Create client
client, err := api.NewClient(conf)
jobs = client.Jobs()
Expect(err).ShouldNot(HaveOccurred())
jobs = client.Jobs()
system = client.System()
})

Expand Down

0 comments on commit 3fcf44e

Please sign in to comment.