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
| first_time_experience: { | |
| ALL: { | |
| non_managed: 'reachnovadevops' | |
| uk_non_managed: 'reachuk' | |
| } | |
| } |
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
| Failure/Error: Unable to find matching line from backtrace | |
| Selenium::WebDriver::Error::UnknownError: | |
| Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI] |
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
| /Users/jigar.solanki/Documents/Projects/Reach0/reach/qetest/pinot/spec/monitoring/create_and_delete_check_spec.rb:1: undefined method `require_relative' for main:Object (NoMethodError) |
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
| Response Header: | |
| HTTP/1.1 500 Internal Server Error | |
| Date: Fri, 15 Mar 2013 21:03:07 GMT | |
| Server: TwistedWeb/12.1.0 | |
| Content-Type: text/html | |
| X-LB: ord1-reach-lb0.k1k.me | |
| Expires: -1 | |
| Cache-Control: no-cache | |
| Vary: Accept-Encoding | |
| Content-Encoding: gzip |
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
| Failure/Error: Unable to find matching line from backtrace | |
| Selenium::WebDriver::Error::UnknownError: | |
| Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI] | |
| # /Users/jigarsolanki/Documents/Projects/Reach0/reach/qetest/pinot/selenium_setup.rb:59:in `create_new_session' | |
| # /Users/jigarsolanki/Documents/Projects/Reach0/reach/qetest/pinot/selenium_setup.rb:52:in `start_selenium_session' |
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
| #!/usr/bin/env python | |
| import os | |
| from os.path import walk | |
| import datetime | |
| from libcloud.storage.types import Provider, ContainerDoesNotExistError | |
| from libcloud.storage.providers import get_driver | |
| CDN_USER = os.environ['CDN_USER'] |
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
| { | |
| "roles":[ | |
| { | |
| "id":"10007653", | |
| "serviceId":"bde1268ebabeeabb70a0e702a4626977c331d5c4", | |
| "description":"admin role for cloud files", | |
| "name":"cloudfiles:admin" | |
| }, | |
| { | |
| "id":"10010157", |
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
| class CheckDetails | |
| include CommonWaits | |
| def initialize(selenium) | |
| @selenium = selenium | |
| end | |
| def server_details_disabled_check_links | |
| # This uses an Xpath because CSS would find all checks, not just disabled checks |
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
| Expected '<select data-bound-key="notification-plan-id" id="notification-plan-id"><option selected="selected" value="n1">notificationPlan1</option><option value="npManaged">notificationPlan1</option></select>' to be '<select data-bound-key="notification-plan-id" id="notification-plan-id"><option selected="selected" value="n1">notificationPlan1</option><option value="npManaged">notificationPlan1</option></select>'. |
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
| "details":{ | |
| "url":"http://www.stellaservice.com", | |
| "body_matches":{ | |
| "content":"STELLAService Customer Service Ratings", | |
| "error_content":"501" | |
| }, | |
| "ssl":false, | |
| "method":"GET" | |
| } |