[
https://issues.apache.org/jira/browse/IGNITE-13754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263200#comment-17263200
]
Ignite TC Bot commented on IGNITE-13754:
----------------------------------------
{panel:title=Branch: [pull/8638/head] Base: [master] : Possible Blockers
(9)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Java Client{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5824660]]
{color:#d04437}Platform .NET{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5824716]]
* exe: PersistenceTest.TestWalDisableEnable - Test has low fail rate in base
branch 0,0% and is not flaky
{color:#d04437}Cache 1{color} [[tests 3 TIMEOUT , Out Of Memory Error , Exit
Code |https://ci.ignite.apache.org/viewLog.html?buildId=5824697]]
* IgniteBinaryCacheTestSuite:
IgniteCacheConnectionRecovery10ConnectionsTest.testConnectionRecovery - Test
has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite:
DataStreamProcessorPersistenceSelfTest.testReplicatedIsolated - Test has low
fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite:
DataStreamProcessorPersistenceBinarySelfTest.testReplicatedIsolated - Test has
low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Continuous Query 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5824651]]
* IgniteCacheQuerySelfTestSuite3:
CacheContinuousQueryCounterPartitionedTxTest.testTwoQueryListener - Test has
low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Compute (Affinity Run){color} [[tests 1 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5824649]]
* IgniteCacheAffinityRunTestSuite:
IgniteCacheLockPartitionOnAffinityRunAtomicCacheOpTest.testNotReservedTxCacheOp
- Test has low fail rate in base branch 0,0% and is not flaky
{panel}
{panel:title=Branch: [pull/8638/head] Base: [master] : New Tests
(36)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
18|https://ci.ignite.apache.org/viewLog.html?buildId=5824717]]
* {color:#013220}dll:
CacheLinqTest.TestGroupByWithReverseJoinAndAnonymousProjectionWithRename -
PASSED{color}
* {color:#013220}dll:
CacheLinqTestSimpleName.TestGroupByWithReverseJoinAndAnonymousProjectionWithRename
- PASSED{color}
* {color:#013220}dll:
CacheLinqTestSqlEscapeAll.TestGroupByWithReverseJoinAndAnonymousProjectionWithRename
- PASSED{color}
* {color:#013220}dll: CacheLinqTestSqlEscapeAll.TestGroupByWithJoin -
PASSED{color}
* {color:#013220}dll: CacheLinqTestSqlEscapeAll.TestGroupByWithReverseJoin -
PASSED{color}
* {color:#013220}dll:
CacheLinqTestSimpleName.TestGroupByWithReverseJoinAndProjectionWithRename -
PASSED{color}
* {color:#013220}dll: CacheLinqTestSqlEscapeAll.TestGroupBySubQuery -
PASSED{color}
* {color:#013220}dll:
CacheLinqTestSqlEscapeAll.TestGroupByWithReverseJoinAndProjection -
PASSED{color}
* {color:#013220}dll:
CacheLinqTestSqlEscapeAll.TestGroupByWithReverseJoinAndProjectionWithRename -
PASSED{color}
* {color:#013220}dll: CacheLinqTest.TestGroupByWithReverseJoinAndProjection -
PASSED{color}
* {color:#013220}dll:
CacheLinqTest.TestGroupByWithReverseJoinAndProjectionWithRename - PASSED{color}
... and 7 new tests
{color:#00008b}Platform .NET{color} [[tests
18|https://ci.ignite.apache.org/viewLog.html?buildId=5824716]]
* {color:#013220}exe: CacheLinqTest.TestGroupByWithReverseJoinAndProjection -
PASSED{color}
* {color:#013220}exe:
CacheLinqTest.TestGroupByWithReverseJoinAndProjectionWithRename - PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupByWithReverseJoin - PASSED{color}
* {color:#013220}exe:
CacheLinqTest.TestGroupByWithReverseJoinAndAnonymousProjectionWithRename -
PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupByWithReverseJoin - PASSED{color}
* {color:#013220}exe:
CacheLinqTest.TestGroupByWithReverseJoinAndAnonymousProjectionWithRename -
PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupBySubQuery - PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupByWithJoin - PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupBySubQuery - PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupByWithJoin - PASSED{color}
* {color:#013220}exe: CacheLinqTest.TestGroupByWithReverseJoinAndProjection -
PASSED{color}
... and 7 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5824741&buildTypeId=IgniteTests24Java8_RunAll]
> .NET: LINQ provider emits incorrect table alias for queries with JOIN and
> GROUP BY combined
> -------------------------------------------------------------------------------------------
>
> Key: IGNITE-13754
> URL: https://issues.apache.org/jira/browse/IGNITE-13754
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.10
>
> Attachments: Meeting.cs, MeetingAttachment.cs, Program.cs
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> See the attached reproducer. Generated SQL is:
> {code}
> select _T0.MEETINGID, max (_T0.AttachmentDate) from USERSCHEMA.MEETING as
> _T0 inner join USERSCHEMA.MEETINGATTACHMENT as _T1 on (_T1.MEETINGID =
> _T0.MEETINGID) group by (_T0.MEETINGID)
> {code}
> {{_T0.AttachmentDate}} should be {{_T1.AttachmentDate}} here.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)