Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 233 for livez (0.63 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            outputContains("beanWithSameType.reference = null")
    
            where:
            concreteType                          | baseType                       | reference
            // Live JVM state
            ScriptClassLoader                     | ClassLoader                    | "getClass().classLoader"
            Thread                                | Thread                         | "Thread.currentThread()"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/testing.md

    ```
    
    In the file `main.py` you have your **FastAPI** app:
    
    
    ```Python
    {!../../../docs_src/app_testing/main.py!}
    ```
    
    ### Testing file
    
    Then you could have a file `test_main.py` with your tests. It could live on the same Python package (the same directory with a `__init__.py` file):
    
    ``` hl_lines="5"
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    │   └── test_main.py
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. pkg/bootstrap/instance_test.go

    				"ISTIO_METAJSON_LABELS":        `{"version": "v1alpha1", "app": "test", "istio-locality":"regionA.zoneB.sub_zoneC"}`,
    			},
    			annotations: map[string]string{
    				"istio.io/insecurepath": "{\"paths\":[\"/metrics\",\"/live\"]}",
    			},
    			checkLocality: true,
    		},
    		{
    			base: "runningsds",
    			envVars: map[string]string{
    				"ISTIO_META_ISTIO_PROXY_SHA":   "istio-proxy:sha",
    				"ISTIO_META_INTERCEPTION_MODE": "REDIRECT",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    // an object. It abstracts the actual underlying objects to prevent coupling with concrete
    // database and to improve testability.
    type ResponseMeta struct {
    	// TTL is the time to live of the node that contained the returned object. It may be
    	// zero or negative in some cases (objects may be expired after the requested
    	// expiration time due to server lag).
    	TTL int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_device.cc

      for (const auto& iter : device_contexts_) {
        iter->Unref();
      }
      // The XlaDeviceContext keeps a reference count to the streams, and the
      // XlaDeviceContext remains live for the duration of a Executor run. This
      // ensures that the streams remain live for the duration of a run, even if
      // an error is encountered and the streams are replaced with new ones.
      for (const auto& iter : shape_determination_fns_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  6. src/runtime/cgocall.go

    	// back at the call to entersyscall. Normally, fn and arg
    	// would be live at entersyscall and dead at asmcgocall, so if
    	// time moved backwards, GC would see these arguments as dead
    	// and then live. Prevent these undead arguments from crashing
    	// GC by forcing them to stay live across this time warp.
    	KeepAlive(fn)
    	KeepAlive(arg)
    	KeepAlive(mp)
    
    	return errno
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  7. src/os/dir_windows.go

    	// Hard links are not allowed to reference files in other volumes.
    	// Junctions and symbolic links can reference files and directories in other volumes,
    	// but the reparse point should still live in the parent volume.
    	var flags uint32
    	err := windows.GetVolumeInformationByHandle(h, nil, 0, &d.vol, nil, &flags, nil, 0)
    	if err != nil {
    		d.vol = 0 // Set to zero in case Windows writes garbage to it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 20:52:06 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. docs/en/docs/how-to/custom-docs-ui-assets.md

    ## Custom CDN for JavaScript and CSS
    
    Let's say that you want to use a different <abbr title="Content Delivery Network">CDN</abbr>, for example you want to use `https://unpkg.com/`.
    
    This could be useful if for example you live in a country that restricts some URLs.
    
    ### Disable the automatic docs
    
    The first step is to disable the automatic docs, as by default, those use the default CDN.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 23 22:59:02 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. src/sync/pool.go

    // dynamically-sized store of temporary output buffers. The store scales under
    // load (when many goroutines are actively printing) and shrinks when
    // quiescent.
    //
    // On the other hand, a free list maintained as part of a short-lived object is
    // not a suitable use for a Pool, since the overhead does not amortize well in
    // that scenario. It is more efficient to have such objects implement their own
    // free list.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 21:14:51 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/Daemon.java

    import static org.gradle.launcher.daemon.server.expiry.DaemonExpirationStatus.IMMEDIATE_EXPIRE;
    import static org.gradle.launcher.daemon.server.expiry.DaemonExpirationStatus.QUIET_EXPIRE;
    
    /**
     * A long-lived build server that accepts commands via a communication channel.
     * <p>
     * Daemon instances are single use and have a start/stop debug. They are also threadsafe.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top