Skip to content
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

Remove all tokens associated with a cnsi on unregister, also fix e2e #2821

Merged
merged 23 commits into from
Aug 20, 2018
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
aee99ee
Remove all tokens associated with a cnsi on unregister, also fix e2e
richard-cox Aug 10, 2018
9413c98
Remove sleep
richard-cox Aug 13, 2018
0c5416d
Remove stale tokens from Tokens table
richard-cox Aug 13, 2018
a9f6ae0
Make deploy step agnostic of e2e user's other roles
richard-cox Aug 13, 2018
f65fa18
Output backend log if tests fail
nwmac Aug 13, 2018
b76a6a9
Ensure SQL statement works in both SQLite and MariaDB
richard-cox Aug 13, 2018
b08dbf0
Add debugging to help solve app deploy failure
richard-cox Aug 14, 2018
8d6ffb3
Three bug fixes...
richard-cox Aug 14, 2018
e84a791
WIP
richard-cox Aug 14, 2018
b28b9dd
Removed fdescribe for full travis run
richard-cox Aug 14, 2018
6db66d1
Upfront fetch default cf, org and space to avoid timing out when cf g…
richard-cox Aug 15, 2018
e6c13f9
Fix type failure in travis + other tidy ups
richard-cox Aug 15, 2018
5d9c732
Merge branch 'cforgspace-e2e' into e2e-fix-and-clear-token-on-unregister
richard-cox Aug 15, 2018
21f1ecc
Fix skip of create service instance bind app step
richard-cox Aug 15, 2018
76f0099
Potential fix for travis e2e compile error
richard-cox Aug 15, 2018
53fad00
Merge remote-tracking branch 'origin/v2-master' into e2e-fix-and-clea…
richard-cox Aug 15, 2018
bfa1882
Fix incorrect guid when fetching space
richard-cox Aug 15, 2018
d2834be
When fetching space's, don't attempt to fetch space's app's route's apps
richard-cox Aug 15, 2018
aaa8922
Another travis typescript wonderfail
richard-cox Aug 15, 2018
1c6902c
Remove fdescribe, prodding travis
richard-cox Aug 15, 2018
8738fac
Merge remote-tracking branch 'origin/v2-master' into e2e-fix-and-clea…
richard-cox Aug 16, 2018
e8ed11f
Updates following review
richard-cox Aug 16, 2018
2bddc71
Allow a longer time for all before, after, it and space in between
richard-cox Aug 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove sleep
- Needed before, ran several times now without and not needed
  • Loading branch information
richard-cox committed Aug 13, 2018
commit 9413c98649c0d8cd6e847b7e4a4eba9423738d7c
2 changes: 0 additions & 2 deletions src/test-e2e/endpoints/endpoints-connect-e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ describe('Endpoints', () => {
describe('Connect/Disconnect endpoints -', () => {

beforeAll(() => {
// Ran independently these tests are fine. However stacked with other spec files they'll fail without a pause
browser.sleep(1000);
e2e.setup(ConsoleUserType.user)
.clearAllEndpoints()
.registerDefaultCloudFoundry();
Expand Down