Async operations executed with cancelled CancellationToken
----------------------------------------------------------

                 Key: DNET-1043
                 URL: http://tracker.firebirdsql.org/browse/DNET-1043
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 8.0.1.0
            Reporter: mace windu
            Assignee: Jiri Cincura


After update to recent provider version (8.0.1.0) which introduce async 
operations support, several of our tests, that check proper handling of 
cancelled token started to fail as they expect OperationCanceledException, but 
instead of it operation succedded (similar issue we recently reported for 
npgsql 5 release https://github.com/npgsql/npgsql/issues/3379, so you can use 
sample code from there and replace npgsql types with fb types).

I have no list of all affected async operations, but at least 
ExecuteNonQueryAsync is not failing as it is expected.

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

        


_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to