You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/03 14:45:49 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on issue #82: Fix sonar bug

jixuan1989 commented on issue #82: Fix sonar bug
URL: https://github.com/apache/incubator-iotdb/pull/82#issuecomment-469030024
 
 
   ```
   [ERROR] Failures: 
   [ERROR]   IoTDBMetadataFetchIT.databaseMetaDataTest:226->showTimeseriesInJson:385 expected:<...        Compressor: [UNCOMPRESSED,
                        args: {max_point_number=3, compressor=SNAPPY]},
                    ...> but was:<...        Compressor: [SNAPPY,
                        args: {max_point_number=3]},
                    ...>
   [INFO] 
   [ERROR] Tests run: 50, Failures: 1, Errors: 0, Skipped: 1
   ```
   notice the error.
   
   In a merged PR, I changed the output of time series schema, which put compressor out of args. You may need to merge with origin/master to fix this error.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services