[jira] [Reopened] (TRAFODION-1473) Adding external buffer and file input and extract support for LOB datatypes

2015-12-21 Thread Sandhya Sundaresan (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandhya Sundaresan reopened TRAFODION-1473:
---

The JIRA has to be reopened since the the lob to buffer extract support needs 
to be enhanced to allow for cursor-like support. The caller should be able to 
specify a buffer to extract the lob data out in chunks of a specified length. 

> Adding external buffer and file input and extract support  for  LOB datatypes
> -
>
> Key: TRAFODION-1473
> URL: https://issues.apache.org/jira/browse/TRAFODION-1473
> Project: Apache Trafodion
>  Issue Type: Task
>  Components: sql-cmp, sql-exe
> Environment: Trafodion
>Reporter: Sandhya Sundaresan
>Assignee: Sandhya Sundaresan
>  Labels: features
> Fix For: 1.2-incubating
>
>
> LOB datatype is disabled in Trafodion  until the following support is fully 
> in.
> Here are the list of tasks and items to support :
> 1. Support input of linux files (on platform)  into LOB columns.
> 2. Support extract of LOB data into linux files on platform.
> 3. Support input of hdfs files  into LOB columns.
> 4. Support extract of LOB data into hdfs files.
> 5. Support chunking to input a very large external file into LOB columns.
> 6. Use CQD concept to limit LOB max size and limit chunk size for extract 
> /input.
> TBD 
> 7. Support for  input/extract of external files off platform into LOB columns.
> 8. Support in connectivity and driver for real LOB data type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TRAFODION-1635) Scripts updates for lob persistent start and script for building sql messages

2015-12-21 Thread Sandhya Sundaresan (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandhya Sundaresan resolved TRAFODION-1635.
---
Resolution: Fixed

> Scripts updates for lob persistent start and script for building sql messages
> -
>
> Key: TRAFODION-1635
> URL: https://issues.apache.org/jira/browse/TRAFODION-1635
> Project: Apache Trafodion
>  Issue Type: Bug
>Affects Versions: 1.3-incubating
>Reporter: Sandhya Sundaresan
>Assignee: Sandhya Sundaresan
>
> A few issues that need to be fixed in Trafodion scripts :
> 1.The lobstart script has some errors that prevented the lob process from 
> being persistent on all nodes.
> 2. Also starting lob process when a node is reintegrated is missing.
> 3. makemsg.ksh that builds sql error messages errors out when pdcp is present 
> preventing single node testing. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1714) ULOG debugging tool does not capture query plan until after execution

2015-12-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15066995#comment-15066995
 ] 

ASF GitHub Bot commented on TRAFODION-1714:
---

GitHub user DaveBirdsall opened a pull request:

https://github.com/apache/incubator-trafodion/pull/238

[TRAFODION-1714] Sample table population plan now printed before exec…

…ution

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion1714

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/238.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 #238


commit 8a2085f2dfbf8fc6673bd7fb48099faeae3dd484
Author: Dave Birdsall 
Date:   2015-12-21T19:49:35Z

[TRAFODION-1714] Sample table population plan now printed before execution




> ULOG debugging tool does not capture query plan until after execution
> -
>
> Key: TRAFODION-1714
> URL: https://issues.apache.org/jira/browse/TRAFODION-1714
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: sql-cmp
>Affects Versions: 2.0-incubating, 1.3-incubating
> Environment: All
>Reporter: David Wayne Birdsall
>Assignee: David Wayne Birdsall
>
> ULOG is a diagnostic feature that we use when debugging problems with the 
> UPDATE STATISTICS utility. It logs various information about the code paths 
> and decisions taken by the utility during the course of its execution. One 
> useful thing it does is to dump the query plans of any queries that it 
> executes. Unfortunately, for the Sample Table load query, the plan isn't 
> dumped until after execution completes. This is a problem because sometimes 
> (due to other issues) that load query doesn't complete. So the query plan 
> doesn't get logged in this case, forcing us to use other diagnostic methods 
> to obtain this information. We would improve the ability to support Trafodion 
> by dumping the query plans before execution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TRAFODION-1719) dcsstart/dcsstop doesn't work

2015-12-21 Thread Kevin Xu (JIRA)
Kevin Xu created TRAFODION-1719:
---

 Summary: dcsstart/dcsstop doesn't work
 Key: TRAFODION-1719
 URL: https://issues.apache.org/jira/browse/TRAFODION-1719
 Project: Apache Trafodion
  Issue Type: Improvement
  Components: connectivity-dcs
Reporter: Kevin Xu
Priority: Blocker


bash -x ./bin/stop-dcs.sh
44 + master='15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetries
:3,RetryIntervalMillis:1000
 45 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
 46 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
 47 esgvm-8.novalocal'
 48 + errCode=0
 49 + '[' 0 -ne 0 ']'
 50 + '[' '15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetries:3,
RetryIntervalMillis:1000
 51 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
 52 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
 53 esgvm-8.novalocal' == '' ']'
 54 ++ hostname -f
 55 + '[' '15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetries:3,
RetryIntervalMillis:1000
 56 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
 57 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
 58 esgvm-8.novalocal' == esgvm-8.novalocal ']'
 59 + remote_cmd='cd /data/esgyndb/traf-plus/dcs/bin/..; 
/data/esgyndb/traf-plus/dcs/bin/dcs-daemon.sh --config /data/esgyn
db/traf-plus/dcs/bin/../conf stop master'
 60 + ssh -q -n 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetri
es:3,RetryIntervalMillis:1000 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: 
Zookeeper.State=CONNECTING 15/12/22 00:39:02
DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED esgvm-8.novalocal cd 
'/data/esgyndb/traf-plus/dcs/bin/..;' /data/es
gyndb/traf-plus/dcs/bin/dcs-daemon.sh --config 
/data/esgyndb/traf-plus/dcs/bin/../conf stop master
 61 + sed 's/^/15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetrie
s:3,RetryIntervalMillis:1000
 62 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
 63 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
 64 esgvm-8.novalocal: /'
 65 sed: -e expression #1, char 10: unknown option to `s'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1685) jdbcT2 conn.getMetaData().getSchemas() does not work

2015-12-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067351#comment-15067351
 ] 

ASF GitHub Bot commented on TRAFODION-1685:
---

Github user hegdean commented on a diff in the pull request:

https://github.com/apache/incubator-trafodion/pull/236#discussion_r48210797
  
--- Diff: core/conn/jdbc_type2/native/SrvrSmd.cpp ---
@@ -357,6 +357,7 @@ void odbc_SQLSvc_GetSQLCatalogs_sme_(
}
 
SQLValue = (SQLValue_def *)outputValueList->_buffer;
+   /* //useless and doesn't be included in MXOS server
--- End diff --

Can we remove the code in comments?  Is there a reason why we need to keep 
it?


> jdbcT2 conn.getMetaData().getSchemas() does not work
> 
>
> Key: TRAFODION-1685
> URL: https://issues.apache.org/jira/browse/TRAFODION-1685
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-jdbc-t2
>Reporter: Kevin Xu
>Assignee: Kevin Xu
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1719) dcsstart/dcsstop doesn't work

2015-12-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067411#comment-15067411
 ] 

ASF GitHub Bot commented on TRAFODION-1719:
---

GitHub user kevinxu021 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/239

[TRAFODION-1719]Got needed info

Before fixes it might be:
[poc@esgvm-8 dcs]$ ./bin/dcs --config 
/data/esgyndb/traf-plus/dcs/bin/../conf org.trafodion.dcs.zookeeper.ZkUtil 
/poc/dcs/master
15/12/22 01:33:49 DEBUG zookeeper.ZkClient: ZooKeeper 
Servers:localhost:2181,SessionTimeout:18,MaxRetries:3,RetryIntervalMillis:1000
15/12/22 01:33:49 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
15/12/22 01:33:50 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
esgvm-8.novalocal

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kevinxu021/incubator-trafodion dcs-1719

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/239.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 #239


commit 07b530d81ed53588707d7db9803a31192f508a01
Author: Kevin Xu 
Date:   2015-12-22T01:32:35Z

Got needed info




> dcsstart/dcsstop doesn't work
> -
>
> Key: TRAFODION-1719
> URL: https://issues.apache.org/jira/browse/TRAFODION-1719
> Project: Apache Trafodion
>  Issue Type: Improvement
>  Components: connectivity-dcs
>Reporter: Kevin Xu
>Priority: Blocker
>
> bash -x ./bin/stop-dcs.sh
> 44 + master='15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
> Servers:localhost:2181,SessionTimeout:18,MaxRetries
> :3,RetryIntervalMillis:1000
>  45 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
>  46 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
>  47 esgvm-8.novalocal'
>  48 + errCode=0
>  49 + '[' 0 -ne 0 ']'
>  50 + '[' '15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
> Servers:localhost:2181,SessionTimeout:18,MaxRetries:3,
> RetryIntervalMillis:1000
>  51 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
>  52 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
>  53 esgvm-8.novalocal' == '' ']'
>  54 ++ hostname -f
>  55 + '[' '15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
> Servers:localhost:2181,SessionTimeout:18,MaxRetries:3,
> RetryIntervalMillis:1000
>  56 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
>  57 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
>  58 esgvm-8.novalocal' == esgvm-8.novalocal ']'
>  59 + remote_cmd='cd /data/esgyndb/traf-plus/dcs/bin/..; 
> /data/esgyndb/traf-plus/dcs/bin/dcs-daemon.sh --config /data/esgyn
> db/traf-plus/dcs/bin/../conf stop master'
>  60 + ssh -q -n 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
> Servers:localhost:2181,SessionTimeout:18,MaxRetri
> es:3,RetryIntervalMillis:1000 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: 
> Zookeeper.State=CONNECTING 15/12/22 00:39:02
> DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED esgvm-8.novalocal cd 
> '/data/esgyndb/traf-plus/dcs/bin/..;' /data/es
> gyndb/traf-plus/dcs/bin/dcs-daemon.sh --config 
> /data/esgyndb/traf-plus/dcs/bin/../conf stop master
>  61 + sed 's/^/15/12/22 00:39:01 DEBUG zookeeper.ZkClient: ZooKeeper 
> Servers:localhost:2181,SessionTimeout:18,MaxRetrie
> s:3,RetryIntervalMillis:1000
>  62 15/12/22 00:39:01 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTING
>  63 15/12/22 00:39:02 DEBUG zookeeper.ZkClient: Zookeeper.State=CONNECTED
>  64 esgvm-8.novalocal: /'
>  65 sed: -e expression #1, char 10: unknown option to `s'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (TRAFODION-1718) Add Batch test cases to dcs/src/test/jdbc_test folder

2015-12-21 Thread Jian Jin (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on TRAFODION-1718 started by Jian Jin.
---
> Add Batch test cases to dcs/src/test/jdbc_test folder
> -
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>Assignee: Jian Jin
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1718) Add Batch test cases to dcs/src/test/jdbc_test folder

2015-12-21 Thread Jian Jin (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jian Jin updated TRAFODION-1718:

Assignee: RuoYu Zuo  (was: Jian Jin)

> Add Batch test cases to dcs/src/test/jdbc_test folder
> -
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>Assignee: RuoYu Zuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TRAFODION-1720) add GBK support in SQL translate function

2015-12-21 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming reassigned TRAFODION-1720:
---

Assignee: liu ming

> add GBK support in SQL translate function
> -
>
> Key: TRAFODION-1720
> URL: https://issues.apache.org/jira/browse/TRAFODION-1720
> Project: Apache Trafodion
>  Issue Type: Improvement
>  Components: sql-exe
>Reporter: liu ming
>Assignee: liu ming
>
> Trafodion support TRANSLATE function now and support character set conversion 
> among ISO88591, SJIS, UCS2 and UTF8. It will be useful to support GBK and 
> later BIG5.
> GBK is widely used in China. Without support, all source data need to be 
> converted before data loading. With built-in support, it will decrease the 
> overall data loading time.
> External interface
> Use the current SQL Function TRANSLATE, introduce new translation, keep the 
> original syntax.
>  
> TRANSLATE(character-value-expression USING translation-name)
> Translation-name  Source charset  Target charset  Comments
> == ==     =
>   GBKTOUTF8  GBK2312  UTF8When error occur during 
> translation, SQL Error
> UTF8TOGBK UTF8GB2312
> Internal
> Parser change
> Let class Translate support new translation-name.
> CodeGen change
> Translate::codeGen
> Executor change
> convDoIt



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TRAFODION-1656) [MTDCS] When MultiThread DCS is on, server-side do nothing while receiving disconnecting request until connection timeout

2015-12-21 Thread Gao, Rui-Xian (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gao, Rui-Xian resolved TRAFODION-1656.
--
   Resolution: Fixed
Fix Version/s: 2.0-incubating

> [MTDCS] When MultiThread DCS is on, server-side do nothing while receiving 
> disconnecting request until connection timeout
> -
>
> Key: TRAFODION-1656
> URL: https://issues.apache.org/jira/browse/TRAFODION-1656
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-dcs
>Affects Versions: 2.0-incubating
> Environment: platform: suse11 
> connect info : 10.10.10.176:23400 
> esgynDB version :esgynDB-20151121_0900-bin 
> driver version: 1119
>Reporter: Gao, Rui-Xian
>Assignee: Kevin Xu
>Priority: Critical
> Fix For: 2.0-incubating
>
>
> server takes almost 30secs to become available after disconnection. It's 
> because server actually did nothing after receiving disconnecting request 
> until connection time out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TRAFODION-1665) [MTDCS] connection failed with mtdcs on

2015-12-21 Thread Gao, Rui-Xian (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gao, Rui-Xian resolved TRAFODION-1665.
--
   Resolution: Fixed
Fix Version/s: 2.0-incubating

> [MTDCS] connection failed with mtdcs on
> ---
>
> Key: TRAFODION-1665
> URL: https://issues.apache.org/jira/browse/TRAFODION-1665
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-dcs
>Affects Versions: 2.0-incubating
> Environment: platform: suse11 
> connect info : 10.10.10.176:23400 
> esgynDB version :esgynDB-20151121_0900-bin 
> driver version: 1119
>Reporter: Gao, Rui-Xian
>Assignee: Kevin Xu
>Priority: Blocker
> Fix For: 2.0-incubating
>
>
> connection failed with mtdcs on, and it returns 
> hostname(TCP:suse-9.novalocal/23404) instead of ip address.
>State: S1T00
>Native Error: 0
>Error: [Trafodion ODBC Driver] TIMEOUT EXPIRED. Platform: UNIX, Transport: 
> TCPIP, Api: SQLCONNECT, Error type: DRIVER, Process: 
> TCP:suse-9.novalocal/23404:ODBC, Operation: OPEN_SESSION, function: CONNECT, 
> error: 110, error_detail: 0, error text:Connection timed out.
>The InConnectionString is: 
> ="DSN=TRAF_DSN176_ANSI;UID=trafodion;PWD=traf123;"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TRAFODION-1720) add GBK support in SQL translate function

2015-12-21 Thread liu ming (JIRA)
liu ming created TRAFODION-1720:
---

 Summary: add GBK support in SQL translate function
 Key: TRAFODION-1720
 URL: https://issues.apache.org/jira/browse/TRAFODION-1720
 Project: Apache Trafodion
  Issue Type: Improvement
  Components: sql-exe
Reporter: liu ming


Trafodion support TRANSLATE function now and support character set conversion 
among ISO88591, SJIS, UCS2 and UTF8. It will be useful to support GBK and later 
BIG5.
GBK is widely used in China. Without support, all source data need to be 
converted before data loading. With built-in support, it will decrease the 
overall data loading time.

External interface
Use the current SQL Function TRANSLATE, introduce new translation, keep the 
original syntax.
 
TRANSLATE(character-value-expression USING translation-name)

Translation-nameSource charset  Target charset  Comments
== ==     =
  GBKTOUTF8  GBK2312  UTF8  When error occur during 
translation, SQL Error
UTF8TOGBK UTF8GB2312

Internal
Parser change
Let class Translate support new translation-name.

CodeGen change
Translate::codeGen

Executor change
convDoIt




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1718) Add Batch test cases to dcs/src/test/jdbc_test folder

2015-12-21 Thread Jian Jin (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jian Jin updated TRAFODION-1718:

Assignee: RuoYu Zuo

> Add Batch test cases to dcs/src/test/jdbc_test folder
> -
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>Assignee: RuoYu Zuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1718) Add Batch test cases to dcs/src/test/jdbc_test folder

2015-12-21 Thread RuoYu Zuo (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuoYu Zuo updated TRAFODION-1718:
-
Summary: Add Batch test cases to dcs/src/test/jdbc_test folder  (was: Add 
more negative batch test cases, including constraint violation and invalid 
value within individual row in a batch.)

> Add Batch test cases to dcs/src/test/jdbc_test folder
> -
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TRAFODION-1718) Add more negative batch test cases, including constraint violation and invalid value within individual row in a batch.

2015-12-21 Thread RuoYu Zuo (JIRA)
RuoYu Zuo created TRAFODION-1718:


 Summary: Add more negative batch test cases, including constraint 
violation and invalid value within individual row in a batch.
 Key: TRAFODION-1718
 URL: https://issues.apache.org/jira/browse/TRAFODION-1718
 Project: Apache Trafodion
  Issue Type: Test
  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
Reporter: RuoYu Zuo






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1718) Add more negative batch test cases, including constraint violation and invalid value within individual row in a batch.

2015-12-21 Thread RuoYu Zuo (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15066381#comment-15066381
 ] 

RuoYu Zuo commented on TRAFODION-1718:
--

There's no negative test cases to test batch insert/update with constraint 
violation and invalid value within a batch.

The new test cases should be added to dcs/src/test/jdbc_test folder for 
maintain purposes, NO new test cases should be added to phoenix anymore.

> Add more negative batch test cases, including constraint violation and 
> invalid value within individual row in a batch.
> --
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1718) Add Batch test cases to dcs/src/test/jdbc_test folder

2015-12-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15066387#comment-15066387
 ] 

ASF GitHub Bot commented on TRAFODION-1718:
---

GitHub user ryzuo opened a pull request:

https://github.com/apache/incubator-trafodion/pull/237

[TRAFODION-1718] Add Batch test cases to dcs/src/test/jdbc_test folder

New test cases added:
1. Batch insert with string overflow.
2. Batch update with string overflow.
3. Batch update with ID duplication.
4. Order the result set for test result assertion.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ryzuo/incubator-trafodion myphoenix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/237.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 #237


commit 88d8484d0fd2559a3c1d9a65f4e9fed5135a8070
Author: ryzuo 
Date:   2015-12-21T11:55:47Z

Add new jdbc rowsets test cases to dcs/src/test/jdbc_test folder.

New test cases added:
1. Batch insert with string overflow.
2. Batch update with string overflow.
3. Batch update with ID duplication.
4. Order the result set for test result assertion.

commit d754a7d79aaf93271a8bbed7a4ba969ef75f46e2
Author: ryzuo 
Date:   2015-12-21T12:00:41Z

Merge branch 'master' of https://github.com/apache/incubator-trafodion into 
myphoenix




> Add Batch test cases to dcs/src/test/jdbc_test folder
> -
>
> Key: TRAFODION-1718
> URL: https://issues.apache.org/jira/browse/TRAFODION-1718
> Project: Apache Trafodion
>  Issue Type: Test
>  Components: client-jdbc-t2, client-jdbc-t4, sql-exe
>Reporter: RuoYu Zuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)