FunctionFinder lookup of rint not deterministic
-----------------------------------------------

                 Key: GEOT-3629
                 URL: http://jira.codehaus.org/browse/GEOT-3629
             Project: GeoTools
          Issue Type: Bug
          Components: main
    Affects Versions: 8.0-M1
            Reporter: Jody Garnett
            Assignee: Jody Garnett
            Priority: Blocker


First actual blocker I have reported in a while - this issue is preventing the 
continuous builds from functioning.

{panel}
This looks to be a concurrency issue - I can run the tests multiple times and 
have it pass or fail based on luck.

There are a number of caches kept so that function look up performs faster:
- FunctionFinder keeps a Map<String,FunctionFactory>
- DefaultFunctionFactory keeps a Map<String,FunctionDescriptor>
{panel}

{panel}
I cannot reproduce this error locally (tried on two machines; java 5 and java 
6, using maven and eclipse).

Tests in error: 
  testrint(org.geotools.filter.function.math.FilterFunction_Test)

Does anyone know how to actually check the surefiretest results on the server?
{panel}

Note I have tried reverting the change to FilterFunction_rint back (so it uses 
a different FunctionName constructor) but it does not address the issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to