[
https://issues.apache.org/jira/browse/IGNITE-6805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234253#comment-16234253
]
ASF GitHub Bot commented on IGNITE-6805:
----------------------------------------
GitHub user zaleslaw opened a pull request:
https://github.com/apache/ignite/pull/2965
IGNITE-6805: Tests are red for another MAX_BLOCK_SIZE value (4 or 8 instead
32)
Added two test cases and fix in BlockMatrixStorage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6805
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2965.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2965
----
commit 919c3f23622785afefe59e1d7642838e27163c86
Author: zaleslaw <[email protected]>
Date: 2017-11-01T15:23:08Z
Fixed bugs in BlockMatrixStorage
commit ddf4548daa4729bc6b0ce010bdf5d60c16393663
Author: zaleslaw <[email protected]>
Date: 2017-11-01T15:40:13Z
IGNITE-6805: Added missed JavaDocs
----
> Tests are red for another MAX_BLOCK_SIZE value (4 or 8 instead 32)
> ------------------------------------------------------------------
>
> Key: IGNITE-6805
> URL: https://issues.apache.org/jira/browse/IGNITE-6805
> Project: Ignite
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Components: ml
> Affects Versions: 2.4
> Reporter: Aleksey Zinoviev
> Assignee: Aleksey Zinoviev
> Priority: Major
>
> In SparseDistributedBlockMatrixTest are red next tests
> * testCacheBehaviour
> * testSquareMatrixTimes
> with another value of constant MAX_BLOCK_SIZE (4 or 8, for example)
> In my opinion, it means that algorithm is incorrect for matrices with large
> number of blocks
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)