[ 
https://issues.apache.org/jira/browse/TINKERPOP-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176764#comment-15176764
 ] 

ASF GitHub Bot commented on TINKERPOP-1179:
-------------------------------------------

Github user rjbriody commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/244#issuecomment-191502519
  
    np @spmallette, anything for you buddy!
    
    
    > 6 elements w/ a 10ms sleep each = 60ms with 10ms for other computation.
    
    This comment (and others like it from a few other tests) are from when we 
actually attempted to impose an upper bound on the duration. The assert used to 
verify that the duration was greater than the total sleep time AND less than 
whatever that was + 10ms. That was totally unreliable even after we jacked the 
tolerance so I just got rid of all the upper bound checking. So I thought "Hey, 
it should at least take as long as all the sleeps because that's dependable... 
right?". Guess not??? So this failure is particularly weird. There's no reason 
I can think of why the duration could possibly be less than the minimum.


> AppVeyor Windows build is not stable 
> -------------------------------------
>
>                 Key: TINKERPOP-1179
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1179
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: build-release
>    Affects Versions: 3.1.1-incubating
>            Reporter: stephen mallette
>
> Since we merged in the working branch of appveyor there have been very few 
> stable builds.  That lack of stability makes it look like all of our PRs are 
> "red" when they really aren't as Travis is successful.
> I've temporarily modified appveyor.yml to just do a {{mvn clean validate}} 
> until it can be proven that the appveyor build is stable.  There are 
> currently several fail points that seem to recur, but I can't say for sure 
> that these are all the errors:
> 1. ProfileTest
> {code}
> ProfileTest$Traversals>ProfileTest.g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile:173
>  Duration should be at least the length of the sleep (59ms): 51
> {code}
> This timed test has always given some problems here and there, but i don't 
> think we've seen it as a problem in months given the last set of tweaks 
> performed to it.  We could mark this test as "non-deterministic" and it would 
> be ignored for the standard build......not sure if that's the right way to go.
> 2. Archetypes modules won't compile
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:integration-test 
> (default) on project gremlin-archetype-tinkergraph: 
> [ERROR] Archetype IT 'standard' failed: Cannot run additions goals. 
> [ERROR] -> [Help 1] 
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archety
> {code}
> 3. Weirdness with GroupSideEffectStepV3D0Test:
> {code}
> [ERROR] 
> /C:/projects/incubator-tinkerpop/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStepV3D0Test.java:[37,8]
>  class GroupSideEffectStepV3d0Test is public, should be declared in a file 
> named GroupSideEffectStepV3d0Test.java
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to