Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 198 for sometimes (0.14 sec)

  1. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginVersionIntegrationTest.groovy

                rulesMinimumPriority = 11
            }
    """
            expect:
            // Use --continue so that when executing in parallel mode a deterministic set of tests run
            // without --continue, sometimes both pmd tasks are run and sometimes only the only one task is run
            fails("check", "--continue")
            failure.assertHasCause("Invalid rulesMinimumPriority '11'.  Valid range 1 (highest) to 5 (lowest).")
            // pmdMain and pmdTest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/common_caching_problems.adoc

    Sometimes it is also possible to build two artifacts, one containing the volatile data and another one containing a constant representation of the volatile data.
    The non-volatile output would be used e.g. for testing while the volatile one would be published to an external repository.
    While this conflicts with the Continuous Delivery "build artifacts once" principle it can sometimes be the only option.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/codehost/git.go

    					return nil, err
    				}
    			}
    		}
    		r.remoteURL = r.remote
    		r.remote = "origin"
    	} else {
    		// Local path.
    		// Disallow colon (not in ://) because sometimes
    		// that's rcp-style host:path syntax and sometimes it's not (c:\work).
    		// The go command has always insisted on URL syntax for ssh.
    		if strings.Contains(remote, ":") {
    			return nil, fmt.Errorf("git remote cannot use host:path syntax")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                    <div class="collapse" id="update-baseline-${changeId}">
                      <div class="well">
                          Sometimes, the change was made on the `release` branch but hasn't yet been published to the baseline version.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. src/runtime/runtime-gdb_test.go

    			testenv.SkipFlaky(t, 50838)
    		case bytes.Contains(got, []byte("waiting for new child: No child processes.")):
    			// GDB bug: Sometimes it fails to wait for a clone child.
    			testenv.SkipFlaky(t, 60553)
    		case bytes.Contains(got, []byte(" exited normally]\n")):
    			// GDB bug: Sometimes the inferior exits fine,
    			// but then GDB hangs.
    			testenv.SkipFlaky(t, 37405)
    		}
    		t.Fatalf("gdb exited with error: %v", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/ant.adoc

    ====
    
    ====
    include::sample[dir="snippets/ant/dependsOnTask/groovy",files="build.xml"]
    ====
    
    ----
    $ gradle hello
    include::{snippetsPath}/ant/dependsOnTask/tests/dependsOnTask.out[]
    ----
    
    Sometimes, it may be necessary to “rename” the task generated for an Ant target to avoid a naming collision with existing Gradle tasks.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 15:23:52 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationCppInteroperabilityIntegrationTest.groovy

    import org.gradle.nativeplatform.fixtures.app.SwiftMainWithCppDep
    import org.gradle.nativeplatform.fixtures.app.SwiftSum
    import org.gradle.test.fixtures.file.DoesNotSupportNonAsciiPaths
    
    @DoesNotSupportNonAsciiPaths(reason = "Swift sometimes fails when executed from non-ASCII directory")
    class SwiftApplicationCppInteroperabilityIntegrationTest extends AbstractSwiftMixedLanguageIntegrationTest {
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. fastapi/dependencies/utils.py

            if is_path_param:
                # We might check here that `default_value is Required`, but the fact is that the same
                # parameter might sometimes be a path parameter and sometimes not. See
                # `tests/test_infer_param_optionality.py` for an example.
                field_info = params.Path(annotation=use_annotation)
            elif is_uploadfile_or_nonable_uploadfile_annotation(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:52:56 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  9. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSwiftExternalSourceDependenciesIntegrationTest.groovy

    import org.gradle.vcs.internal.SourceDependencies
    import org.junit.Rule
    
    import static org.gradle.ide.xcode.internal.XcodeUtils.toSpaceSeparatedList
    
    @DoesNotSupportNonAsciiPaths(reason = "Swift sometimes fails when executed from non-ASCII directory")
    class XcodeSwiftExternalSourceDependenciesIntegrationTest extends AbstractXcodeIntegrationSpec implements SourceDependencies {
        @Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ToolingApiClientJdkCompatibilityTest.groovy

                }
    
                def requestedGradleVersion = project.findProperty("gradleVersion")
                def requestedTargetJdk = project.findProperty("targetJdk")
    
                // Earlier versions of Gradle can sometimes fail to connect to the just started Gradle daemon.
                // The failure will be the "tried to connect to 100 daemons" error
                // If we're testing against a version that has this problem, we can ignore it.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top