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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <testsuites> | |
| <testsuite name="github.com/openshift/origin/pkg/build/controller" tests="28" skipped="0" failures="0" time="0.01"> | |
| <propery name="coverage.statements.pct" value="86.3"></propery> | |
| <propery name="coverage.statements.pct" value="86.3"></propery> | |
| <testcase name="TestHandleBuildConfig" time="0"></testcase> | |
| <testcase name="TestHandleBuild" time="0"></testcase> | |
| <testcase name="TestHandlePod" time="0"></testcase> | |
| <testcase name="TestCancelBuild" time="0"></testcase> | |
| <testcase name="TestHandleHandleBuildDeletionOK" time="0"></testcase> |
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
| #!/bin/bash | |
| declare -o nounset | |
| declare -A some_array | |
| echo "${some_array[some_key]-}" # this is OK | |
| some_array[some_other_key]=some_val # this is OK | |
| echo "${some_array[some_key]}" # this is *not* OK |
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
| $ hack/test/trap | |
| ++ dirname hack/test/trap | |
| + OS_ROOT=hack/test/../.. | |
| + source hack/test/../../hack/cmd_util.sh | |
| ++ source hack/test/../../hack/text.sh | |
| ++ source hack/test/../../hack/util.sh | |
| +++ source hack/test/../../hack/lib/util/trap.sh | |
| ++++ os::util::trap::internal::init | |
| ++++ declare -A REGISTERED_TRAPS_TO_SIGNALS | |
| ++++ export REGISTERED_TRAPS_TO_SIGNALS |
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
| $ hack/test/trap | |
| ++ dirname hack/test/trap | |
| + OS_ROOT=hack/test/../.. | |
| + source hack/test/../../hack/cmd_util.sh | |
| ++ source hack/test/../../hack/text.sh | |
| ++ source hack/test/../../hack/util.sh | |
| +++ source hack/test/../../hack/lib/util/trap.sh | |
| ++++ os::util::trap::internal::init | |
| ++++ declare -A REGISTERED_TRAPS_TO_SIGNALS | |
| ++++ export REGISTERED_TRAPS_TO_SIGNALS |
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
| #!/bin/bash | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| source testlib.sh | |
| testadd 'testkey' 'testval' |
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
| Traceback (most recent call last): | |
| File "/usr/local/sublime-text-3/sublime_plugin.py", line 556, in run_ | |
| return self.run(edit) | |
| File "/home/stevekuznetsov/.config/sublime-text-3/Packages/GoTools/gotools_format.py", line 31, in run | |
| stdout, stderr, rc = ToolRunner.run(command, args, stdin=Buffers.buffer_text(self.view)) | |
| File "/home/stevekuznetsov/.config/sublime-text-3/Packages/GoTools/gotools_util.py", line 75, in run | |
| @staticmethod | |
| AttributeError: 'str' object has no attribute 'settings' |
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
| hack/test-end-to-end-docker.sh | |
| [INFO] Starting containerized end-to-end test | |
| [INFO] openshift v1.1.1-47-g9200903 | |
| kubernetes v1.1.0-origin-1107-g4c8e6f4 | |
| etcd 2.2.2 | |
| [INFO] Using images: openshift/origin-${component}:9200903 | |
| [INFO] Starting OpenShift containerized server | |
| 5dd21f45395269eb48d6a980d29103c420345689cf40ab3fade35ae906a2d557 | |
| apiserver(ready): ok | |
| [INFO] To debug: export KUBECONFIG=/tmp/openshift-e2e-containerized/openshift.local.config/master/admin.kubeconfig |
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 after 0.007s: hack/test-cmd.sh:195: executing 'cat /tmp/openshift-cmd/openshift.local.config/master/master-config.yaml' expecting success and not text '\<disabledFeatures\>': the output content test failed | |
| Standard output from the command: | |
| apiLevels: | |
| - v1 | |
| apiVersion: v1 | |
| assetConfig: | |
| extensionDevelopment: false | |
| extensionScripts: null | |
| extensionStylesheets: null | |
| extensions: null |
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
| $ go test ./pkg/parser/oscmd/ | |
| # k8s.io/kubernetes/pkg/util | |
| ../../../../../k8s.io/kubernetes/pkg/util/resource_container_linux.go:37: unknown configs.Cgroup field 'AllowAllDevices' in struct literal | |
| FAIL github.com/openshift/origin/tools/junitreport/pkg/parser/oscmd [build failed] |
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
| $ bin/cluster create aws reservationmanager | |
| PLAY [Launch instance(s)] ***************************************************** | |
| localhost: not importing file: /home/stevekuznetsov/go/src/github.com/openshift/openshift-ansible/playbooks/aws/openshift-cluster/vars.origin.reservationmanager.yml | |
| TASK: [fail ] ***************************************************************** | |
| skipping: [localhost] | |
| TASK: [set_fact k8s_type="etcd"] ********************************************** | |
| ok: [localhost] |