Nah I don’t believe it’s normal. I just tried reproducing on 4.1.2 and it works fine on 60 ticks. I’d say try pushing a minimal project to a public repo on github or something that illustrates your problem. If we can’t help you then, surely Godot Engine contributors would use it to fix an underlying issue in the engine.
OK well you’re not doing anything wrong. It’s just that the default Godot physics server needs work. For what its worth, in this example that you’ve shown, the problem can be amended if you do the following:
In Project Settings -> Physics -> 3D
You can also enable Continuous CD in the Rigid Bodies but that usually just helps with detecting collisions in fast-moving bodies.
Your other option is to replace the default GodotPhysics3D with another one, as has already been stated.
I wouldn’t recommend submitting an issue to the developers. I’m pretty sure they’re aware of the physics server shortcomings.