You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@asterixdb.apache.org by Yingyi Bu <bu...@gmail.com> on 2016/08/18 01:15:08 UTC

Re: [jira] [Commented] (ASTERIXDB-1587) upsert runtime assumes that the datatype comes from the same dataverse as the dataset

Steven,

    Can you add a regression test before you closing that issue?
    (Typically, fixing ASTERIXDB-xxxx should have a test case in the
change.)
    Thanks!

Best,
Yingyi

On Wed, Aug 17, 2016 at 6:05 PM, ASF subversion and git services (JIRA) <
jira@apache.org> wrote:

>
>     [ https://issues.apache.org/jira/browse/ASTERIXDB-1587?page=
> com.atlassian.jira.plugin.system.issuetabpanels:comment-
> tabpanel&focusedCommentId=15425696#comment-15425696 ]
>
> ASF subversion and git services commented on ASTERIXDB-1587:
> ------------------------------------------------------------
>
> Commit ddc760f59b906e3124a5da7d73fa7d3575fd79b1 in asterixdb's branch
> refs/heads/master from [~sjaco002]
> [ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=ddc760f ]
>
> ASTERIXDB-1587 Made upsert look in the correct dataverse for datatypes
>
> Change-Id: Iccf04c2210a1535cd7de6eeea88dfefec9ba206a
> Reviewed-on: https://asterix-gerrit.ics.uci.edu/1085
> Reviewed-by: Preston Carman <pr...@apache.org>
> Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
> Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
>
>
> > upsert runtime assumes that the datatype comes from the same dataverse
> as the dataset
> > ------------------------------------------------------------
> -------------------------
> >
> >                 Key: ASTERIXDB-1587
> >                 URL: https://issues.apache.org/jira
> /browse/ASTERIXDB-1587
> >             Project: Apache AsterixDB
> >          Issue Type: Bug
> >            Reporter: Steven Jacobs
> >            Assignee: Steven Jacobs
> >
> > It throws an error if they aren't from the same dataverse. It should
> work instead.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Re: [jira] [Commented] (ASTERIXDB-1587) upsert runtime assumes that the datatype comes from the same dataverse as the dataset

Posted by Steven Jacobs <sj...@ucr.edu>.
Okay, I'll do another review for adding a test.
Steven

On Wed, Aug 17, 2016 at 6:38 PM, Till Westmann <ti...@apache.org> wrote:

> Indeed, I don’t think that not having a test is a good idea. I think that
> we’ve managed to break everything that wasn’t tested so far (and a few
> things
> that we had thought we had tested :) )
>
> Cheers,
> Till
>
>
> On 17 Aug 2016, at 18:33, Yingyi Bu wrote:
>
> But in this case it seemed like the test was unnecessary, although I do
>>>>
>>> have tests on my BAD branch that require this change.
>>
>> It seems useful to me as it will protect the system against future
>> changes.
>> Could you submit a separate new change which only has a test case?
>> Thanks a lot!
>>
>> Best,
>> Yingyi
>>
>>
>> On Wed, Aug 17, 2016 at 6:19 PM, Steven Jacobs <sj...@ucr.edu> wrote:
>>
>> I already pushed the change :(
>>> But in this case it seemed like the test was unnecessary, although I do
>>> have tests on my BAD branch that require this change.
>>> Steven
>>>
>>> On Wed, Aug 17, 2016 at 6:15 PM, Yingyi Bu <bu...@gmail.com> wrote:
>>>
>>> Steven,
>>>>
>>>>     Can you add a regression test before you closing that issue?
>>>>     (Typically, fixing ASTERIXDB-xxxx should have a test case in the
>>>> change.)
>>>>     Thanks!
>>>>
>>>> Best,
>>>> Yingyi
>>>>
>>>> On Wed, Aug 17, 2016 at 6:05 PM, ASF subversion and git services (JIRA)
>>>> <
>>>> jira@apache.org> wrote:
>>>>
>>>>
>>>>>     [ https://issues.apache.org/jira/browse/ASTERIXDB-1587?page=co
>>>>> m.atlassian.jira.plugin.system.issuetabpanels:comment-tabpan
>>>>> el&focusedCommentId=15425696#comment-15425696 ]
>>>>>
>>>>> ASF subversion and git services commented on ASTERIXDB-1587:
>>>>> ------------------------------------------------------------
>>>>>
>>>>> Commit ddc760f59b906e3124a5da7d73fa7d3575fd79b1 in asterixdb's branch
>>>>> refs/heads/master from [~sjaco002]
>>>>> [ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=ddc760f ]
>>>>>
>>>>> ASTERIXDB-1587 Made upsert look in the correct dataverse for datatypes
>>>>>
>>>>> Change-Id: Iccf04c2210a1535cd7de6eeea88dfefec9ba206a
>>>>> Reviewed-on: https://asterix-gerrit.ics.uci.edu/1085
>>>>> Reviewed-by: Preston Carman <pr...@apache.org>
>>>>> Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>>>> Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>>>>
>>>>>
>>>>> upsert runtime assumes that the datatype comes from the same dataverse
>>>>>>
>>>>> as the dataset
>>>>>
>>>>>> ------------------------------------------------------------
>>>>>>
>>>>> -------------------------
>>>>>
>>>>>>
>>>>>>                 Key: ASTERIXDB-1587
>>>>>>                 URL: https://issues.apache.org/jira
>>>>>>
>>>>> /browse/ASTERIXDB-1587
>>>>>
>>>>>>             Project: Apache AsterixDB
>>>>>>          Issue Type: Bug
>>>>>>            Reporter: Steven Jacobs
>>>>>>            Assignee: Steven Jacobs
>>>>>>
>>>>>> It throws an error if they aren't from the same dataverse. It should
>>>>>>
>>>>> work instead.
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> This message was sent by Atlassian JIRA
>>>>> (v6.3.4#6332)
>>>>>
>>>>>
>>>>
>>>>
>>>

Re: [jira] [Commented] (ASTERIXDB-1587) upsert runtime assumes that the datatype comes from the same dataverse as the dataset

Posted by Till Westmann <ti...@apache.org>.
Indeed, I don\u2019t think that not having a test is a good idea. I think 
that
we\u2019ve managed to break everything that wasn\u2019t tested so far (and a 
few things
that we had thought we had tested :) )

Cheers,
Till

On 17 Aug 2016, at 18:33, Yingyi Bu wrote:

>>> But in this case it seemed like the test was unnecessary, although I 
>>> do
> have tests on my BAD branch that require this change.
>
> It seems useful to me as it will protect the system against future 
> changes.
> Could you submit a separate new change which only has a test case?
> Thanks a lot!
>
> Best,
> Yingyi
>
>
> On Wed, Aug 17, 2016 at 6:19 PM, Steven Jacobs <sj...@ucr.edu> 
> wrote:
>
>> I already pushed the change :(
>> But in this case it seemed like the test was unnecessary, although I 
>> do
>> have tests on my BAD branch that require this change.
>> Steven
>>
>> On Wed, Aug 17, 2016 at 6:15 PM, Yingyi Bu <bu...@gmail.com> 
>> wrote:
>>
>>> Steven,
>>>
>>>     Can you add a regression test before you closing that issue?
>>>     (Typically, fixing ASTERIXDB-xxxx should have a test case in the
>>> change.)
>>>     Thanks!
>>>
>>> Best,
>>> Yingyi
>>>
>>> On Wed, Aug 17, 2016 at 6:05 PM, ASF subversion and git services 
>>> (JIRA) <
>>> jira@apache.org> wrote:
>>>
>>>>
>>>>     [ https://issues.apache.org/jira/browse/ASTERIXDB-1587?page=co
>>>> m.atlassian.jira.plugin.system.issuetabpanels:comment-tabpan
>>>> el&focusedCommentId=15425696#comment-15425696 ]
>>>>
>>>> ASF subversion and git services commented on ASTERIXDB-1587:
>>>> ------------------------------------------------------------
>>>>
>>>> Commit ddc760f59b906e3124a5da7d73fa7d3575fd79b1 in asterixdb's 
>>>> branch
>>>> refs/heads/master from [~sjaco002]
>>>> [ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=ddc760f 
>>>> ]
>>>>
>>>> ASTERIXDB-1587 Made upsert look in the correct dataverse for 
>>>> datatypes
>>>>
>>>> Change-Id: Iccf04c2210a1535cd7de6eeea88dfefec9ba206a
>>>> Reviewed-on: https://asterix-gerrit.ics.uci.edu/1085
>>>> Reviewed-by: Preston Carman <pr...@apache.org>
>>>> Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>>> Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>>>
>>>>
>>>>> upsert runtime assumes that the datatype comes from the same 
>>>>> dataverse
>>>> as the dataset
>>>>> ------------------------------------------------------------
>>>> -------------------------
>>>>>
>>>>>                 Key: ASTERIXDB-1587
>>>>>                 URL: https://issues.apache.org/jira
>>>> /browse/ASTERIXDB-1587
>>>>>             Project: Apache AsterixDB
>>>>>          Issue Type: Bug
>>>>>            Reporter: Steven Jacobs
>>>>>            Assignee: Steven Jacobs
>>>>>
>>>>> It throws an error if they aren't from the same dataverse. It 
>>>>> should
>>>> work instead.
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v6.3.4#6332)
>>>>
>>>
>>>
>>

Re: [jira] [Commented] (ASTERIXDB-1587) upsert runtime assumes that the datatype comes from the same dataverse as the dataset

Posted by Yingyi Bu <bu...@gmail.com>.
>> But in this case it seemed like the test was unnecessary, although I do
have tests on my BAD branch that require this change.

It seems useful to me as it will protect the system against future changes.
Could you submit a separate new change which only has a test case?
Thanks a lot!

Best,
Yingyi


On Wed, Aug 17, 2016 at 6:19 PM, Steven Jacobs <sj...@ucr.edu> wrote:

> I already pushed the change :(
> But in this case it seemed like the test was unnecessary, although I do
> have tests on my BAD branch that require this change.
> Steven
>
> On Wed, Aug 17, 2016 at 6:15 PM, Yingyi Bu <bu...@gmail.com> wrote:
>
>> Steven,
>>
>>     Can you add a regression test before you closing that issue?
>>     (Typically, fixing ASTERIXDB-xxxx should have a test case in the
>> change.)
>>     Thanks!
>>
>> Best,
>> Yingyi
>>
>> On Wed, Aug 17, 2016 at 6:05 PM, ASF subversion and git services (JIRA) <
>> jira@apache.org> wrote:
>>
>>>
>>>     [ https://issues.apache.org/jira/browse/ASTERIXDB-1587?page=co
>>> m.atlassian.jira.plugin.system.issuetabpanels:comment-tabpan
>>> el&focusedCommentId=15425696#comment-15425696 ]
>>>
>>> ASF subversion and git services commented on ASTERIXDB-1587:
>>> ------------------------------------------------------------
>>>
>>> Commit ddc760f59b906e3124a5da7d73fa7d3575fd79b1 in asterixdb's branch
>>> refs/heads/master from [~sjaco002]
>>> [ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=ddc760f ]
>>>
>>> ASTERIXDB-1587 Made upsert look in the correct dataverse for datatypes
>>>
>>> Change-Id: Iccf04c2210a1535cd7de6eeea88dfefec9ba206a
>>> Reviewed-on: https://asterix-gerrit.ics.uci.edu/1085
>>> Reviewed-by: Preston Carman <pr...@apache.org>
>>> Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>> Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>>
>>>
>>> > upsert runtime assumes that the datatype comes from the same dataverse
>>> as the dataset
>>> > ------------------------------------------------------------
>>> -------------------------
>>> >
>>> >                 Key: ASTERIXDB-1587
>>> >                 URL: https://issues.apache.org/jira
>>> /browse/ASTERIXDB-1587
>>> >             Project: Apache AsterixDB
>>> >          Issue Type: Bug
>>> >            Reporter: Steven Jacobs
>>> >            Assignee: Steven Jacobs
>>> >
>>> > It throws an error if they aren't from the same dataverse. It should
>>> work instead.
>>>
>>>
>>>
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.3.4#6332)
>>>
>>
>>
>

Re: [jira] [Commented] (ASTERIXDB-1587) upsert runtime assumes that the datatype comes from the same dataverse as the dataset

Posted by Steven Jacobs <sj...@ucr.edu>.
I already pushed the change :(
But in this case it seemed like the test was unnecessary, although I do
have tests on my BAD branch that require this change.
Steven

On Wed, Aug 17, 2016 at 6:15 PM, Yingyi Bu <bu...@gmail.com> wrote:

> Steven,
>
>     Can you add a regression test before you closing that issue?
>     (Typically, fixing ASTERIXDB-xxxx should have a test case in the
> change.)
>     Thanks!
>
> Best,
> Yingyi
>
> On Wed, Aug 17, 2016 at 6:05 PM, ASF subversion and git services (JIRA) <
> jira@apache.org> wrote:
>
>>
>>     [ https://issues.apache.org/jira/browse/ASTERIXDB-1587?page=co
>> m.atlassian.jira.plugin.system.issuetabpanels:comment-tabpan
>> el&focusedCommentId=15425696#comment-15425696 ]
>>
>> ASF subversion and git services commented on ASTERIXDB-1587:
>> ------------------------------------------------------------
>>
>> Commit ddc760f59b906e3124a5da7d73fa7d3575fd79b1 in asterixdb's branch
>> refs/heads/master from [~sjaco002]
>> [ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=ddc760f ]
>>
>> ASTERIXDB-1587 Made upsert look in the correct dataverse for datatypes
>>
>> Change-Id: Iccf04c2210a1535cd7de6eeea88dfefec9ba206a
>> Reviewed-on: https://asterix-gerrit.ics.uci.edu/1085
>> Reviewed-by: Preston Carman <pr...@apache.org>
>> Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
>> Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
>>
>>
>> > upsert runtime assumes that the datatype comes from the same dataverse
>> as the dataset
>> > ------------------------------------------------------------
>> -------------------------
>> >
>> >                 Key: ASTERIXDB-1587
>> >                 URL: https://issues.apache.org/jira
>> /browse/ASTERIXDB-1587
>> >             Project: Apache AsterixDB
>> >          Issue Type: Bug
>> >            Reporter: Steven Jacobs
>> >            Assignee: Steven Jacobs
>> >
>> > It throws an error if they aren't from the same dataverse. It should
>> work instead.
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>
>