| ▲ | pmontra 21 hours ago |
| Test flights. My tests keep failing until I fix all of my code, then we deploy to production. If code fails in production than that's a problem. We could say that rockets are not code. A test run of a Spaceship surely cost much more than a test run of any software on my laptop but tests are still tests. They are very likely to fail and there are things to learn from their failures. |
|
| ▲ | notorandit 18 hours ago | parent | next [-] |
| Running a code test doesn't require firing a rocket. How would you test a rocket? |
| |
| ▲ | TypingOutBugs 17 hours ago | parent | next [-] | | You test components in isolation, you test integration of components, you run simulations of the entire rocket, and finally you test the rocket launch. You’ll catch issues along the way, but you can’t catch all of them before a full launch test. That’s why there are launch tests. | | |
| ▲ | notorandit 13 hours ago | parent | next [-] | | This can get as far as the test plan is complete, multiply iterated under different interface conditions and thorough. And you are still relying upon the adherence of the simulated models to the physical reality. Real tests do all of this at once with no option to escape reality. Again, one thing is automating thorough software tests, another one is testing physical stuff. | |
| ▲ | brianwawok 17 hours ago | parent | prev [-] | | This is the programmer fallacy if you have a bunch of code passing unit tests, it’s going to work when combined. | | |
| ▲ | SJC_Hacker 14 hours ago | parent | next [-] | | Thats not what he said. Unit tests are the first stage, and are very useful at isolating the problem. Integration tests are the next where multiple units are combined. Then there is staging. | |
| ▲ | liontwist 14 hours ago | parent | prev [-] | | Did they say that? | | |
|
| |
| ▲ | nicky0 18 hours ago | parent | prev [-] | | Test code by running it. Test a rocket by launching it. | | |
| ▲ | johnla 15 hours ago | parent | next [-] | | I would consider these launches test launches. Production is when they include commercial payloads and humans. | |
| ▲ | orwin 18 hours ago | parent | prev | next [-] | | In production? I don't disagree that tests 'in production' are sometimes necessary (canary tests), but most of the quirks are often fixed by then. Honestly I thought they would be live testing fuel exchange in orbit by now. Seems pretty far from it sadly. | | |
| ▲ | ricardobeat 17 hours ago | parent | next [-] | | That might still happen this year, it’s the next step in the development plan. What makes these launches “non-production” tests is that they are not carrying any valuable payload. Blowing up rockets like this is exactly what gives the company it’s advantage over competitors who try to anticipate everything during design stages. | |
| ▲ | emilecantin 16 hours ago | parent | prev | next [-] | | There was no real payload on this, so I'd argue it's closer to a QA environment than production. It's true that other rocket companies are treating launches as production, but SpaceX has always been doing "hardware-rich" testing. | |
| ▲ | octopoc 9 hours ago | parent | prev | next [-] | | Some domains have so many different parties doing different things, you just have to test in production. Rockets are probably one of them. | |
| ▲ | mr_toad 15 hours ago | parent | prev | next [-] | | Testing their ability to deploy satellites is a short-term goal that will make them money now. Testing refuelling will be needed for Luna and Mars missions, but that’s a long way off anyway. | |
| ▲ | pclmulqdq 16 hours ago | parent | prev [-] | | They had that on the timeline for 2023, so it's reasonable to assume they would do it. |
| |
| ▲ | penjelly 17 hours ago | parent | prev [-] | | launching a rocket is far more analogulous to shipping a release, than it is running code. | | |
| ▲ | notorandit 10 hours ago | parent [-] | | Launching a rocket is far more complex than shipping a release. It is more like an "all or nothing" process. |
|
|
|
|
| ▲ | askl 17 hours ago | parent | prev [-] |
| Thank god you're not building rockets. |
| |
| ▲ | mr_toad 15 hours ago | parent | next [-] | | Testing to failure is pretty common in rocketry. If you don’t push the limits you’ll never really know where the limits are. | |
| ▲ | ls612 14 hours ago | parent | prev | next [-] | | This has been SpaceX’s methodology for a long time now and has gotten them to the point where they have the most reliable western launch vehicles ever launching record amounts of mass to orbit each year at record low prices. | |
| ▲ | ChrisClark 13 hours ago | parent | prev | next [-] | | I truly hope that if you ever design a rocket yourself, that you will test it. I have no idea why you'd think testing is a terrible thing to do if it has to do with rockets. | | |
| ▲ | prerok 12 hours ago | parent [-] | | I think we all agree that you need to test eventually. I do think most of us would already be double checking for leaks. It just seems one of the obvious things that may go wrong when putting it all together. | | |
| ▲ | wat10000 12 hours ago | parent [-] | | They likely did test it, and it passed. The leak was probably caused by the somewhat violent environment of the launch, and that can’t be entirely replicated on the ground. |
|
| |
| ▲ | inglor_cz 14 hours ago | parent | prev [-] | | Why precisely? Can you elaborate? |
|