[JBoss JIRA] (ISPN-2034) Add backwards serialization compatibility tests
by Manik Surtani (JIRA)
[ https://issues.jboss.org/browse/ISPN-2034?page=com.atlassian.jira.plugin.... ]
Manik Surtani resolved ISPN-2034.
---------------------------------
Fix Version/s: (was: 6.0.0.Final)
Resolution: Won't Fix
This was originally to support rolling upgrades, but this isn't necessary for the current rolling upgrade design as we won't be running different version nodes in the same cluster.
> Add backwards serialization compatibility tests
> -----------------------------------------------
>
> Key: ISPN-2034
> URL: https://issues.jboss.org/browse/ISPN-2034
> Project: Infinispan
> Issue Type: Enhancement
> Components: Marshalling
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Labels: compatibility
>
> Take each existing minor branch, i.e. 4.1.x, 4.0.x,...etc and modify VersionAwareMarshallerTest so that payloads are stored in a data file.
> Then, take data files for each branch and store in git (master and 5.1.x), and try reading them with the existing externalizer/marshalling set up.
> It should work...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk commented on ISPN-3013:
-----------------------------------------
Yes Tristan I wrote 4. This only working with "defaultx/xx" or 'defaultx/xx' but autocompletion do not escaping special symbol like /. I mean that if you press <TAB> key it will autocomplete cache name without quots and if it is not quated you press enter and NullPointerException.
> CLI not supports slashes in name as "defaultx/xx"
> --------------------------------------------------
>
> Key: ISPN-3013
> URL: https://issues.jboss.org/browse/ISPN-3013
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Priority: Minor
> Labels: cli
>
> When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant commented on ISPN-3013:
---------------------------------------
The CLI supports quoting. have you tried that ?
> CLI not supports slashes in name as "defaultx/xx"
> --------------------------------------------------
>
> Key: ISPN-3013
> URL: https://issues.jboss.org/browse/ISPN-3013
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Priority: Minor
> Labels: cli
>
> When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk commented on ISPN-3013:
-----------------------------------------
Yep spaces too could be escaped too)) But we verify mysql DB with name consisting of special symbols
> CLI not supports slashes in name as "defaultx/xx"
> --------------------------------------------------
>
> Key: ISPN-3013
> URL: https://issues.jboss.org/browse/ISPN-3013
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Priority: Minor
> Labels: cli
>
> When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months