[
https://issues.apache.org/jira/browse/TAJO-1871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877049#comment-14877049
]
ASF GitHub Bot commented on TAJO-1871:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/771#discussion_r39918804
--- Diff: tajo-storage/tajo-storage-pgsql/pom.xml ---
@@ -224,10 +224,11 @@
<profiles>
<profile>
<!-- testing-postgresql-server only supports x86-64 -->
- <id>64bit-tests</id>
+ <id>64bit-intel-tests</id>
<activation>
<os>
- <arch>x86_64</arch>
+ <name>x86_64</name>
--- End diff --
As far as I know, ``name`` is intended to describe operation system name
like ``linux`` or ``mac os x``.
> '-DskipTests' flag does not work
> --------------------------------
>
> Key: TAJO-1871
> URL: https://issues.apache.org/jira/browse/TAJO-1871
> Project: Tajo
> Issue Type: Bug
> Components: Unit Test
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.11.0
>
> Attachments: TAJO-1871.patch, TAJO-1871_2.patch
>
>
> See the title.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)