Re: [VOTE] Release Apache APISIX Dashboard 2.0 RC5

2020-11-18 Thread flyingfox
+1 binding I checked: - Download links are valid - Checksums and PGP signatures are valid. - LICENSE and NOTICE files are good. - All source file have ASF headers if necessary - Build successfully on Centos7.8. Zhiyuan Ju 于2020年11月18日周三 下午12:04写道: > +1 binding > > I checked those cases: >

Re: [VOTE] Release Apache APISIX Dashboard 2.0 RC4

2020-11-16 Thread flyingfox
Good, I have tried this package in the centos7.8 environment, and there is no problem in installation and use. 孙毅 于2020年11月16日周一 下午3:45写道: > Hello, Community, > > This is a call for the vote to release Apache APISIX Dashboard version 2.0 > RC4. > > Release notes: > > https://github.com/apache/ap

Re: [VOTE] Release Apache APISIX Dashboard 2.0 RC3

2020-11-13 Thread flyingfox
I am sorry for my vote, I should check more. 孙毅 于2020年11月13日周五 下午11:17写道: > Hi, Community, > > Due to problems with builds in the Linux environment, we should close this > VOTE and has to wait for RC4. > > YuanSheng Wang 于2020年11月13日周五 下午10:42写道: > > > my system ENV: > > > > root@vultr:~# cat /

Re: [Proposal] ingress-controller donation

2020-11-12 Thread flyingfox
This idea it's awesome, I could not agree more, may you succeed! wei jin 于2020年11月12日周四 下午3:31写道: > Hi APISIX commnuty, > > The ingress-controller donation proposal is posted on > > https://cwiki.apache.org/confluence/display/APISIX/ingress-controller+Donation+Proposal > > The discuss of donatio

Re: proposal: chaos test

2020-11-02 Thread flyingfox
My plan is to first disassemble each scene into an action test, and each test includes the installation of APISIX, the use of common functions, such as routing settings, and the effectiveness of routing. YuanSheng Wang 于2020年11月2日周一 下午5:46写道: > On Mon, Nov 2, 2020 at 2:11 PM flyingfox wr

Re: proposal: chaos test

2020-11-01 Thread flyingfox
Walking > Twitter: _WenMing > > > flyingfox 于2020年11月2日周一 上午11:48写道: > > > Hi, thanks reply. > > Chaos Mesh is just an example. After posting this proposal, I found > > Alibaba's chaosblade, which is easier to use, > > For example, to simulate network packet loss

Re: proposal: chaos test

2020-11-01 Thread flyingfox
Apache SkyWalking > Twitter: _WenMing > > > flyingfox 于2020年10月31日周六 上午8:03写道: > > > Hi, Community, > > I want to recommend chaos test this time. > > 1.Background > > In the real world, various faults may occur anytime and anywhere, > such > > as sud

proposal: chaos test

2020-10-30 Thread flyingfox
Hi, Community, I want to recommend chaos test this time. 1.Background In the real world, various faults may occur anytime and anywhere, such as sudden disk write failure, or sudden network disconnection in the computer room, etc. In order to more easily verify APISIX's tolerance for vario

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

2020-10-21 Thread flyingfox
+1 dabue <88786...@qq.com> 于2020年10月22日周四 上午7:12写道: > +1 > > I checked: > - Download links are valid > - Checksums and PGP signatures are valid. > - LICENSE and NOTICE files are good. > - All source file have ASF headers if necessary > > make deps & make init & make run works well > > $ ./bin/ap

Proposal: add another types of test methods for APISIX

2020-09-26 Thread flyingfox
Background The current testing methods adopted in APISIX are all unit tests. In fact, when users use APISIX, there may be some problems such as too many routes cause memory overflow,or some routes is too special to be invalid. These problems cannot be found through unit testing. We plan to Use some