Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 273 for message1 (0.15 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            e.message == "Failed to query the value of <property>."
            e.cause.message == "broken!"
    
            when:
            property.get()
    
            then:
            def e2 = thrown(AbstractProperty.PropertyQueryException)
            e2.message == "Failed to query the value of <property>."
            e2.cause.message == "broken!"
        }
    
        def "can set untyped using null"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // Defines logging utilities:
    //   GTEST_LOG_(severity) - logs messages at the specified severity level. The
    //                          message itself is streamed into the macro.
    //   LogToStderr()  - directs all log messages to stderr.
    //   FlushInfoLog() - flushes informational log messages.
    
    enum GTestLogSeverity {
      GTEST_INFO,
      GTEST_WARNING,
      GTEST_ERROR,
      GTEST_FATAL
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. src/net/dnsclient_unix_test.go

    func TestNoSuchHost(t *testing.T) {
    	tests := []struct {
    		name string
    		f    func(string, string, dnsmessage.Message, time.Time) (dnsmessage.Message, error)
    	}{
    		{
    			"NXDOMAIN",
    			func(n, _ string, q dnsmessage.Message, _ time.Time) (dnsmessage.Message, error) {
    				return dnsmessage.Message{
    					Header: dnsmessage.Header{
    						ID:                 q.ID,
    						Response:           true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

            then:
            ServiceLookupException e = thrown()
            e.message.contains("Multiple services of type Long available in DefaultServiceRegistry:")
            e.message.contains('- Service Long at DefaultServiceRegistryTest$ConflictingDecoratorMethods.createLong()')
            e.message.contains('- Service Long at DefaultServiceRegistryTest$ConflictingDecoratorMethods.decorateLong()')
    
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // Defines logging utilities:
    //   GTEST_LOG_(severity) - logs messages at the specified severity level. The
    //                          message itself is streamed into the macro.
    //   LogToStderr()  - directs all log messages to stderr.
    //   FlushInfoLog() - flushes informational log messages.
    
    enum GTestLogSeverity {
      GTEST_INFO,
      GTEST_WARNING,
      GTEST_ERROR,
      GTEST_FATAL
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                        return;
                    }
                    final String message = "Configsync is not available. HTTP Status is " + httpStatusCode;
                    if (response.getContentException() != null) {
                        throw new FessSystemException(message, response.getContentException());
                    }
                    throw new FessSystemException(message);
                } catch (final Exception e) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      optional string Expression = 1;
    
      // Message represents the message displayed when validation fails. The message is required if the Expression contains
      // line breaks. The message must not contain line breaks.
      // If unset, the message is "failed rule: {Rule}".
      // e.g. "must be a URL with the host matching spec.host"
      // If the Expression contains line breaks. Message is required.
      // The message must not contain line breaks.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "message": "messageValue",
        "reason": "reasonValue",
        "nominatedNodeName": "nominatedNodeNameValue",
        "hostIP": "hostIPValue",
        "hostIPs": [
          {
            "ip": "ipValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.json

            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "message": "messageValue",
        "reason": "reasonValue",
        "nominatedNodeName": "nominatedNodeNameValue",
        "hostIP": "hostIPValue",
        "hostIPs": [
          {
            "ip": "ipValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    			name:      containerStatus.Name,
    			container: &pod.Spec.Containers[idx],
    			message:   message,
    			reason:    reason,
    		}
    		klog.V(2).InfoS("Message for Container of pod", "containerName", container.Name, "containerStatusID", containerStatus.ID, "pod", klog.KObj(pod), "containerMessage", message)
    	}
    
    	if keepCount == 0 && len(changes.ContainersToStart) == 0 {
    		changes.KillPod = true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top