SerVB
09/17/2021, 7:22 PMtests-common-new
module. AFAIU there are also examples of K/JVM tests including box tests in that module. To start porting our current tests to the new setup, I need to understand how our current tests work firstly 😉 So the rest of the day is spent to researching our tests. I found many JS stuff there unneeded for us, so I made a PR with some commits removing many lines of code. The idea was to leave only what we use and also try to rename stuff to more python-ish. This way it should be easier to port and support.
Next time:
• Continue with researching and refactoring our current tests. There are some more unused JS stuff and also I was thinking of merging BasicBoxTest
and BasicIrBoxTest
into a single class since we have only IR backend. Finally, there are some dependencies to JS modules, maybe we can finally get rid of them at least in tests.
• Maybe will manage to start porting.