Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for Expired (0.16 sec)

  1. pkg/scheduler/internal/cache/cache_test.go

    	}
    	cache.cleanupAssumedPods(logger, now.Add(2*ttl))
    	// It should be expired and removed.
    	if err := isForgottenFromCache(test.pod, cache); err != nil {
    		t.Error(err)
    	}
    	if err := cache.AddPod(logger, test.pod); err != nil {
    		t.Fatalf("AddPod failed: %v", err)
    	}
    	// check after expiration. confirmed pods shouldn't be expired.
    	n := cache.nodes[nodeName]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/CacheBuilder.java

       * useful in testing, or to disable caching temporarily without a code change.
       *
       * <p>Expired entries may be counted in {@link Cache#size}, but will never be visible to read or
       * write operations. Expired entries are cleaned up as part of the routine maintenance described
       * in the class javadoc.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	22: "pollable Event",
    	23: "stopped (signal)",
    	24: "stopped (user)",
    	25: "continued",
    	26: "stopped (tty input)",
    	27: "stopped (tty output)",
    	28: "virtual Timer Expired",
    	29: "profiling Timer Expired",
    	30: "cpu Limit Exceeded",
    	31: "file Size Limit Exceeded",
    	32: "no runnable lwp",
    	33: "inter-lwp signal",
    	34: "checkpoint Freeze",
    	35: "checkpoint Thaw",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{24, "SIGTSTP", "stopped (user)"},
    	{25, "SIGCONT", "continued"},
    	{26, "SIGTTIN", "stopped (tty input)"},
    	{27, "SIGTTOU", "stopped (tty output)"},
    	{28, "SIGVTALRM", "virtual Timer Expired"},
    	{29, "SIGPROF", "profiling Timer Expired"},
    	{30, "SIGXCPU", "cpu Limit Exceeded"},
    	{31, "SIGXFSZ", "file Size Limit Exceeded"},
    	{32, "SIGWAITING", "no runnable lwp"},
    	{33, "SIGLWP", "inter-lwp signal"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  5. internal/bucket/lifecycle/lifecycle_test.go

    			objectTags:     "tag1=value1",
    			objectModTime:  time.Now().UTC().Add(-24 * time.Hour), // Created 1 day ago
    			expectedAction: DeleteAction,
    		},
    		// Should remove - empty prefix, tags match, object is expired based on specified Days
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{29, "SIGPWR", "power-failure"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGPROF", "profiling timer expired"},
    	{33, "SIGDANGER", "paging space low"},
    	{34, "SIGVTALRM", "virtual timer expired"},
    	{35, "SIGMIGRATE", "signal 35"},
    	{36, "SIGPRE", "signal 36"},
    	{37, "SIGVIRT", "signal 37"},
    	{38, "SIGTALRM", "signal 38"},
    	{39, "SIGWAITING", "signal 39"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_client_test.go

    	}
    
    	// Once the session master secret is expired, a full handshake should occur.
    	ticket = getTicket()
    	serverConfig.Time = func() time.Time { return time.Now().Add(24*8*time.Hour + time.Minute) }
    	testResumeState("ResumeWithExpiredTicket", false)
    	if bytes.Equal(ticket, getTicket()) {
    		t.Fatal("expired first ticket matches the fresh one")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{29, "SIGPWR", "power-failure"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGPROF", "profiling timer expired"},
    	{33, "SIGDANGER", "paging space low"},
    	{34, "SIGVTALRM", "virtual timer expired"},
    	{35, "SIGMIGRATE", "signal 35"},
    	{36, "SIGPRE", "signal 36"},
    	{37, "SIGVIRT", "signal 37"},
    	{38, "SIGTALRM", "signal 38"},
    	{39, "SIGWAITING", "signal 39"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_ppc64.go

    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "I/O possible",
    	24: "cputime limit exceeded",
    	25: "filesize limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window size changes",
    	29: "information request",
    	30: "user defined signal 1",
    	31: "user defined signal 2",
    	32: "thread AST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_riscv64.go

    	20: "child exited",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "I/O possible",
    	24: "cputime limit exceeded",
    	25: "filesize limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window size changes",
    	29: "information request",
    	30: "user defined signal 1",
    	31: "user defined signal 2",
    	32: "thread AST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top