Skip to content

Instantly share code, notes, and snippets.

first_time_experience: {
ALL: {
non_managed: 'reachnovadevops'
uk_non_managed: 'reachuk'
}
}
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/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)
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
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'
#!/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']
{
"roles":[
{
"id":"10007653",
"serviceId":"bde1268ebabeeabb70a0e702a4626977c331d5c4",
"description":"admin role for cloud files",
"name":"cloudfiles:admin"
},
{
"id":"10010157",
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
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>'.
"details":{
"url":"http://www.stellaservice.com",
"body_matches":{
"content":"STELLAService Customer Service Ratings",
"error_content":"501"
},
"ssl":false,
"method":"GET"
}