google / mr4c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when i build_yarn, do-test errors

briantzhang opened this issue · comments

there are no logs for this,what can i do?who can help me?thanks.

do-compile:

compile:

do-test:
[junit] TEST com.google.mr4c.AlgoRunnerTest FAILED
[junit] TEST com.google.mr4c.algorithm.AlgorithmDataTest FAILED
[junit] TEST com.google.mr4c.algorithm.AlgorithmSchemaTest FAILED
[junit] TEST com.google.mr4c.config.ConfigDescriptorTest FAILED
[junit] TEST com.google.mr4c.config.ConfigUtilsTest FAILED
[junit] TEST com.google.mr4c.config.algorithm.AlgorithmConfigTest FAILED
[junit] TEST com.google.mr4c.config.algorithm.DimensionConfigTest FAILED
[junit] TEST com.google.mr4c.config.category.CategoryBuilderTest FAILED
[junit] TEST com.google.mr4c.config.category.CategoryConfigTest FAILED
[junit] TEST com.google.mr4c.config.category.CategoryParserTest FAILED
[junit] TEST com.google.mr4c.config.category.MR4CConfigBuilderTest FAILED
[junit] TEST com.google.mr4c.config.category.MR4CConfigTest FAILED
[junit] TEST com.google.mr4c.config.diff.DiffConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.DatasetConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.DirectoryConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.ExecutionConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.LocationsConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.MapConfigTest FAILED
[junit] TEST com.google.mr4c.config.execution.PatternMapperConfigTest FAILED
[junit] TEST com.google.mr4c.config.resources.LimitSourceTest FAILED
[junit] TEST com.google.mr4c.config.resources.ResourceConfigTest FAILED
[junit] TEST com.google.mr4c.config.resources.ResourceLimitTest FAILED
[junit] TEST com.google.mr4c.config.resources.ResourceRequestTest FAILED
[junit] TEST com.google.mr4c.config.site.ClusterConfigTest FAILED
[junit] TEST com.google.mr4c.config.site.SiteConfigTest FAILED
[junit] TEST com.google.mr4c.config.test.AlgoTestConfigTest FAILED
[junit] TEST com.google.mr4c.content.RelativeContentFactoryTest FAILED
[junit] TEST com.google.mr4c.content.S3CredentialsTest FAILED
[junit] TEST com.google.mr4c.dataset.DataFileTest FAILED
[junit] TEST com.google.mr4c.dataset.DatasetDiffTest FAILED
[junit] TEST com.google.mr4c.dataset.DatasetTest FAILED
[junit] TEST com.google.mr4c.dataset.DatasetTransformerTest FAILED
[junit] TEST com.google.mr4c.dataset.LogsDatasetBuilderTest FAILED
[junit] TEST com.google.mr4c.hadoop.ClusterTest FAILED
[junit] TEST com.google.mr4c.hadoop.DataKeyListTest FAILED
[junit] TEST com.google.mr4c.hadoop.DataLocalizerTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CArgumentParserTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CGenericOptionsParserTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CGenericOptionsTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CInputFormatTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CInputSplitTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CMRJobTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CMapperTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CRecordWriterTest FAILED
[junit] TEST com.google.mr4c.hadoop.MR4CReducerTest FAILED
[junit] TEST com.google.mr4c.keys.BasicDataKeyFilterTest FAILED
[junit] TEST com.google.mr4c.keys.BasicElementFilterTest FAILED
[junit] TEST com.google.mr4c.keys.CompoundDataKeyTest FAILED
[junit] TEST com.google.mr4c.keys.DataKeyComparatorTest FAILED
[junit] TEST com.google.mr4c.keys.DataKeyDimensionTest FAILED
[junit] TEST com.google.mr4c.keys.DataKeyElementTest FAILED
[junit] TEST com.google.mr4c.keys.DataKeyUtilsTest FAILED
[junit] TEST com.google.mr4c.keys.DimensionBasedKeyFilterTest FAILED
[junit] TEST com.google.mr4c.keys.ElementTransformerTest FAILED
[junit] TEST com.google.mr4c.keys.KeyDimensionPartitionerTest FAILED
[junit] TEST com.google.mr4c.keys.KeyTransformerTest FAILED
[junit] TEST com.google.mr4c.keys.KeyspaceDimensionTest FAILED
[junit] TEST com.google.mr4c.keys.KeyspacePartitionerTest FAILED
[junit] TEST com.google.mr4c.keys.KeyspaceTest FAILED
[junit] TEST com.google.mr4c.keys.SimpleDataKeyTest FAILED
[junit] TEST com.google.mr4c.mbtiles.MBTilesFileTest FAILED
[junit] TEST com.google.mr4c.mbtiles.TileFormatTest FAILED
[junit] TEST com.google.mr4c.mbtiles.TileKeyTest FAILED
[junit] TEST com.google.mr4c.mbtiles.TileTest FAILED
[junit] TEST com.google.mr4c.message.MessageTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataArrayTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataFieldTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataKeyExtractorTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataKeyTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataListTest FAILED
[junit] TEST com.google.mr4c.metadata.MetadataMapTest FAILED
[junit] TEST com.google.mr4c.nativec.ExternalAlgorithmDataSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.ExternalAlgorithmSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.ExternalDatasetSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.jna.JnaExternalEntryTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.BeanBasedAlgorithmSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.BeanBasedDatasetSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.BeanBasedKeyspaceSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.algorithm.AlgorithmSchemaBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.dataset.DataFileBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.dataset.DatasetBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.keys.DataKeyBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.keys.DataKeyElementBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.metadata.MetadataArrayBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.metadata.MetadataFieldBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.metadata.MetadataKeyBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.metadata.MetadataListBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.bean.metadata.MetadataMapBeanTest FAILED
[junit] TEST com.google.mr4c.serialize.json.JsonAlgorithmBeanSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.json.JsonConfigSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.json.JsonDatasetBeanSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.json.JsonKeyspaceBeanSerializerTest FAILED
[junit] TEST com.google.mr4c.serialize.json.JsonPropertiesSerializerTest FAILED
[junit] TEST com.google.mr4c.sources.ArchiveDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.BinaryDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.CompositeKeyFileMapperTest FAILED
[junit] TEST com.google.mr4c.sources.DiskFileSourceTest FAILED
[junit] TEST com.google.mr4c.sources.FilesDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.HDFSFileSourceTest FAILED
[junit] TEST com.google.mr4c.sources.HeterogenousFileSourceTest FAILED
[junit] TEST com.google.mr4c.sources.InMemoryArchiveSourceTest FAILED
[junit] TEST com.google.mr4c.sources.InMemoryFileSourceTest FAILED
[junit] TEST com.google.mr4c.sources.LogsDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.MBTilesDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.MapFileSourceDFSTest FAILED
[junit] TEST com.google.mr4c.sources.MapFileSourceLocalTest FAILED
[junit] TEST com.google.mr4c.sources.MetafilesDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.PatternKeyFileMapperTest FAILED
[junit] TEST com.google.mr4c.sources.RandomAccessFileSinkTest FAILED
[junit] TEST com.google.mr4c.sources.RandomAccessFileSourceTest FAILED
[junit] TEST com.google.mr4c.sources.SimpleDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.SourceUtilsTest FAILED
[junit] TEST com.google.mr4c.sources.StagedDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.sources.TransformedDatasetSourceTest FAILED
[junit] TEST com.google.mr4c.util.ByteBufferInputStreamTest FAILED
[junit] TEST com.google.mr4c.util.CollectionUtilsTest FAILED
[junit] TEST com.google.mr4c.util.CombinatoricUtilsTest FAILED
[junit] TEST com.google.mr4c.util.CustomFormatTest FAILED
[junit] TEST com.google.mr4c.util.MR4CLoggingTest FAILED
[junit] TEST com.google.mr4c.util.NamespacedPropertiesTest FAILED
[junit] TEST com.google.mr4c.util.PartitionerTest FAILED
[junit] TEST com.google.mr4c.util.PathUtilsTest FAILED
[junit] TEST com.google.mr4c.util.SetAnalysisTest FAILED
[junit] Tests FAILED

BUILD FAILED
/home/zhangsh/code/mr4c/java/build.xml:231: if=true

Total time: 11 seconds

@briantzhang have you solved this?
I meet the same issue