You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2017/03/14 02:34:41 UTC

[jira] [Commented] (MESOS-7239) Base64Test fails on Windows

    [ https://issues.apache.org/jira/browse/MESOS-7239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923446#comment-15923446 ] 

Neil Conway commented on MESOS-7239:
------------------------------------

cc [~kaysoky]

> Base64Test fails on Windows
> ---------------------------
>
>                 Key: MESOS-7239
>                 URL: https://issues.apache.org/jira/browse/MESOS-7239
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Neil Conway
>              Labels: mesosphere
>
> Spotted on internal CI:
> *Base64Test.DecodeURLSafe*
> {noformat}
> C:\Users\Administrator\workspace\mesos\Mesos_CI-build\FLAG\Plain\label\mesos-ec2-windows\mesos\3rdparty\stout\tests\base64_tests.cpp:80
> Value of: (base64::decode_url_safe("fn5-w7_Dv8O_w78")).get()
>   Actual: "~~~\xC3\xBF\xC3\xBF\xC3\xBF\xC3\xBF"
> Expected: "~~~\u00ff\u00ff\u00ff\u00ff"
> Which is: "~~~\xFF\xFF\xFF\xFF"
> {noformat}
> *Base64Test.EncodeURLSafe*
> {noformat}
> C:\Users\Administrator\workspace\mesos\Mesos_CI-build\FLAG\Plain\label\mesos-ec2-windows\mesos\3rdparty\stout\tests\base64_tests.cpp:60
> Value of: base64::encode_url_safe("~~~\u00ff\u00ff\u00ff\u00ff", false)
>   Actual: "fn5-_____w"
> Expected: "fn5-w7_Dv8O_w78"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)