Re: redis-server.app request network problem during calcite build

2023-07-10 Thread Ran Tao
hi, Benchao.

when i open docker it works well. thanks a lot.

Best Regards,
Ran Tao
https://github.com/chucheng92


Benchao Li  于2023年7月7日周五 22:29写道:

> Hi Ran,
>
> There is no installation of Redis while running the tests in Redis Adapter,
> the test will start an embedded Redis server or docker container depends on
> whether there is a docker environment[1].
>
> [1]
>
> https://github.com/apache/calcite/blob/f38b2a89b46d494b76eb318d1be54b6cb3aab59f/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java#L72C5-L82
>
> Ran Tao  于2023年7月7日周五 22:10写道:
>
> > Hi, community.
> >
> > Every time my personal mac computer executes calcite build, *
> > redis-server.app
> > * will pop up to request the network (redis
> > adapter?) I know this is a firewall policy issue, and I hope to
> > automatically add it to the firewall policy to avoid manual confirmation
> > every time , but the problem is that I did not find *redis-server.app
> > * after scanning the hard disk. Is this
> > automatically installed during calcite build? If yes, where is the
> > directory?
> >
> >
> > Best Regards,
> > Ran Tao
> > https://github.com/chucheng92
> >
>
>
> --
>
> Best,
> Benchao Li
>


Re: redis-server.app request network problem during calcite build

2023-07-07 Thread Benchao Li
Hi Ran,

There is no installation of Redis while running the tests in Redis Adapter,
the test will start an embedded Redis server or docker container depends on
whether there is a docker environment[1].

[1]
https://github.com/apache/calcite/blob/f38b2a89b46d494b76eb318d1be54b6cb3aab59f/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java#L72C5-L82

Ran Tao  于2023年7月7日周五 22:10写道:

> Hi, community.
>
> Every time my personal mac computer executes calcite build, *
> redis-server.app
> * will pop up to request the network (redis
> adapter?) I know this is a firewall policy issue, and I hope to
> automatically add it to the firewall policy to avoid manual confirmation
> every time , but the problem is that I did not find *redis-server.app
> * after scanning the hard disk. Is this
> automatically installed during calcite build? If yes, where is the
> directory?
>
>
> Best Regards,
> Ran Tao
> https://github.com/chucheng92
>


-- 

Best,
Benchao Li