Glow-Lang / glow

The Glow language for Blockchain Decentralized Applications.
https://glow-lang.org
Apache License 2.0
58 stars 8 forks source link

replace use of netcat in the test suite with something less fragile. #216

Open kwannoel opened 3 years ago

kwannoel commented 3 years ago

In GitLab by @isd on Sep 7, 2021, 03:53

We've had problems with the use of nc in the integration tests, for a couple reasons:

We should replace this with something more robust, perhaps in-process network support. I don't really anticipate in the long term that invoking glow with --handhsake will be common.

kwannoel commented 3 years ago

In GitLab by @isd on Sep 7, 2021, 03:54

mentioned in merge request !168